Skip to content

Commit

Permalink
Fix package validation
Browse files Browse the repository at this point in the history
Fix the package validation job not failing if there are any issues.
  • Loading branch information
martincostello committed May 29, 2024
1 parent 4623854 commit 1ebacd0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -126,6 +126,7 @@ jobs:
}
if ($invalidPackages -gt 0) {
Write-Output "::error::$invalidPackages NuGet package(s) failed validation."
exit 1
}
publish-myget:
Expand Down

0 comments on commit 1ebacd0

Please sign in to comment.