You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -246,7 +255,7 @@ Write-Host "Package Name status:" $apireviewDetails.PackageNameApproval.Status
246
255
if ($IsReleaseBuild)
247
256
{
248
257
if (!$updatedWi-or$changelogStatus.Status-ne"Success"-or$apireviewDetails.ApiviewApproval.Status-ne"Approved"-or$apireviewDetails.PackageNameApproval.Status-ne"Approved") {
249
-
Write-Error"At least one of the Validations above failed for package $PackageName with version $versionString."
258
+
Write-Error"At least one of the Validations above failed for package $pkgName with version $versionString."
0 commit comments