Verify signing task should not run on Pull Request builds #153
Labels
5 - Released
The issue has been resolved, and released to the public for consumption
Bug
Issues where something has happened which was not expected or intended
Milestone
Checklist
What You Are Seeing?
When running a build with 0.28.1 of Chocolatey.Cake.Recipe, the verify signing task is running when running a Pull Request build.
Initially, it was thought that this would be fine, however, this will stop people from using the output of a Pull Request build from doing further testing of the package, which is bad.
What is Expected?
The Pull Request build should skip running the verify signing task, that way, the artifacts can be generated, and additional testing performed.
The signing step should run on any releaseable branch, i.e. master, develop, hotfix, etc. and continue to fail the build there if there is a mismatch in signatures. Then a task can be performed to update the signatures, when required.
How Did You Get This To Happen?
Ran PR build on chocolatey/choco, and it failed for invalid signatures.
System Details
N/A
Installed Packages
Output Log
Additional Context
N/A
The text was updated successfully, but these errors were encountered: