Skip to content
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Prev Previous commit
Next Next commit
Uncomment the package verification
  • Loading branch information
raych1 authored and azure-sdk committed Jan 24, 2024
commit 29b8db5221ab57737b0528fa0db9c114df69915f
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