Skip to content

Commit

Permalink
Uncomment the package verification
Browse files Browse the repository at this point in the history
  • Loading branch information
raych1 authored and azure-sdk committed Jan 23, 2024
1 parent 08df5b5 commit 2c66c65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/common/scripts/Verify-RestApiSpecLocation.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -222,7 +222,7 @@ function Verify-PackageVersion() {

try {
# Verify package version is not a prerelease version, only continue the validation if the package is GA version
# Verify-PackageVersion
Verify-PackageVersion

$ServiceDir = Join-Path $RepoRoot 'sdk' $ServiceDirectory
$PackageDirectory = Join-Path $ServiceDir $PackageName
Expand Down

0 comments on commit 2c66c65

Please sign in to comment.