microsoft / xdp-for-windows

XDP speeds up networking on Windows
MIT License
364 stars 41 forks source link

revert to -executionpolicy bypass in MSI #649

Closed mtfriesen closed 1 month ago

mtfriesen commented 1 month ago

616 started signing the .ps1 and using -ExecutionPolicy AllSigned, which doesn't work because our production signing cert is not a trusted publisher by default. Revert to bypass policy, but keep signing the script for nuget runtime consumers.