Skip to content

Commit

Permalink
Merge b44f6fc into 516ae16
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Jun 30, 2022
2 parents 516ae16 + b44f6fc commit ac7a4a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion eng/scripts/Publish-MavenPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -192,7 +192,7 @@ foreach ($packageDetail in $packageDetails) {

Write-Information "Release attempt $attemt exited with code $LASTEXITCODE"
Write-Information "Checking Azure DevOps to see if release was successful"
if (Test-ReleasedPackage -RepositoryUrl $packageReposityUrl -PackageDetail $packageDetail) {
if (Test-ReleasedPackage -RepositoryUrl $packageReposityUrl -PackageDetail $packageDetail -BearerToken $RepositoryPassword) {
Write-Information "Package $($packageDetail.FullyQualifiedName) deployed despite non-zero exit code."
continue
}
Expand Down

0 comments on commit ac7a4a5

Please sign in to comment.