Improve PowerShell Gallery release step by doing a verification of all published packages #368
Labels
automation
All issues related to project automation
enhancement
New feature or request
management
All issues related to management of the project
Milestone
Is your feature request related to a problem? Please describe.
It is a good think that right now, the deployment of packages is not stopped when a single package failed to upload to the PowerShell Gallery. The problem, though, is that the build does not fail at this point.
Describe the solution you'd like
Make sure that there's a final check that verifies if all the returned HTTP status codes from the packages are
Created
and notBadRequest
. Also, make sure that theConflict
is seen as a success, as it means that the package is already there.It is good to know that the automatically created GitHub release is a draft release (not published) so it can easily be removed if the release pipeline is run twice.
The text was updated successfully, but these errors were encountered: