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 a43e895 commit 749305c
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 @@ -131,6 +131,7 @@ jobs:
}
if ($invalidPackages -gt 0) {
Write-Output "::error::$invalidPackages NuGet package(s) failed validation."
exit 1
}
publish-nuget:
Expand Down

0 comments on commit 749305c

Please sign in to comment.