Skip to content

Commit

Permalink
Fixed signing in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
tomasherceg committed Oct 22, 2023
1 parent 57976e0 commit fd213e6
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions ci/scripts/Publish-NuGetPackages.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,9 @@ function Set-AllPackageSignatures {
else {
throw "$signatureType is not a valid signature type"
}
if ($LastExitCode -ne 0) {
throw "Signing failed"
}
}
}
finally {
Expand Down

0 comments on commit fd213e6

Please sign in to comment.