Skip to content

Commit

Permalink
Testing the dev feed requires the bearer token (#29723) (#29727)
Browse files Browse the repository at this point in the history
  • Loading branch information
JimSuplizio authored Jun 30, 2022
1 parent a68b1eb commit 1454835
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 1454835

Please sign in to comment.