Correct the variable name in spec location validation script (#5265)
Co-authored-by: raychen <raychen@microsoft.com>
This commit is contained in:
Родитель
535874a085
Коммит
6b23905a7c
|
@ -210,7 +210,7 @@ function Verify-PackageVersion() {
|
|||
|
||||
# Ignore the validation if the package is not GA version
|
||||
if ($version.IsPrerelease) {
|
||||
Write-Host "ServiceDir:$ServiceDirectory, Package $($parsedPackage.PackageId) is marked with version $($parsedPackage.PackageVersion), the version is a prerelease version and the validation of spec location is ignored."
|
||||
Write-Host "ServiceDir:$ServiceDirectory, Package $PackageName is marked with version $version, the version is a prerelease version and the validation of spec location is ignored."
|
||||
exit 0
|
||||
}
|
||||
$continueValidation = $true
|
||||
|
|
Загрузка…
Ссылка в новой задаче