-
Notifications
You must be signed in to change notification settings - Fork 6.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
PowerShell scripts should have valid signatures #43978
Comments
The result are as follows:
|
@BillyONeal Please help take a look at this issue. |
Looks like it was broken in May 2023 with nobody noticing: #29894 There was an attempted fix March 2024: #37820 As a workaround for now you can grab https://github.com/microsoft/vcpkg-tool/releases/download/2025-02-11/applocal.ps1 |
To clarify, this is about |
Parital fix for microsoft#43978
Describe the bug
PowerShell scripts should have valid signatures to allow running on systems with ExecutionPolicy set to AllSigned via GPO.
Environment
To Reproduce
Steps to reproduce the behavior:
Expected behavior
Signature should be successfully verified.
Failure logs
Additional context
There might be more PowerShell scripts needed, these are the only two I ran across.
The text was updated successfully, but these errors were encountered: