chocolatey / Chocolatey.Cake.Recipe

A set of convention based Cake scripts for building Chocolatey projects
Apache License 2.0
5 stars 9 forks source link

PowerShell Scripts are not verified when on develop branch #154

Closed gep13 closed 1 month ago

gep13 commented 1 month ago

Checklist

What You Are Seeing?

PowerShell script verification is not running when a build is happening on the develop branch.

What is Expected?

When a build is happening on a 'main' branch, i.e master, develop, release, hotfix, or support, the PowerShell scripts should be verified, and the build fail if one of them isn't valid.

This will mean that once merged into a branch, the scripts will be immediately verified, and if there is a problem, it can be resolved.

How Did You Get This To Happen?

After adding Chocolatey.Cake.Recipe 0.28.2 into the chocolatey/choco repository, the expectation was that it would fail the build since the PowerShell scripts are not signed, but this didn't happen.

System Details

N/A

Installed Packages

N/A

Output Log

N/A

Additional Context

N/A

choco-bot commented 1 month ago

:tada: This issue has been resolved in version 0.28.3 :tada:

The release is available on:

Your GitReleaseManager bot :package: :rocket: