Skip to content

Commit b1ebf29

Browse files
tjprescottazure-sdk
authored andcommitted
Code review feedback.
1 parent b4db2e6 commit b1ebf29

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

eng/common/scripts/Create-APIReview.ps1

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -337,10 +337,10 @@ function ProcessPackage($packageInfo)
337337
{
338338
if (!$apiStatus.IsApproved)
339339
{
340-
Write-Error "Package version $($version) is GA and automatic API Review is not yet approved for package $($packageInfo.ArtifactName)."
341-
Write-Error "Build and release is not allowed for GA package without API review approval."
342-
Write-Error "You will need to queue another build to proceed further after API review is approved"
343-
Write-Error "You can check http://aka.ms/azsdk/engsys/apireview/faq for more details on API Approval."
340+
Write-Error "Package version $($version) is GA and automatic API Review is not yet approved for package $($packageInfo.ArtifactName)." -ErrorAction Continue
341+
Write-Error "Build and release is not allowed for GA package without API review approval." -ErrorAction Continue
342+
Write-Error "You will need to queue another build to proceed further after API review is approved" -ErrorAction Continue
343+
Write-Error "You can check http://aka.ms/azsdk/engsys/apireview/faq for more details on API Approval." -ErrorAction Continue
344344
}
345345
return 1
346346
}

0 commit comments

Comments
 (0)