feat(ci): use Azure Artifact Signing for Windows releases (#15201)

This commit is contained in:
Luke Parker 2026-03-28 11:20:19 +10:00 committed by GitHub
parent 2145d97f18
commit 82fc493520
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
12 changed files with 298 additions and 62 deletions

View file

@ -12,6 +12,10 @@
"icons/prod/icon.ico"
],
"windows": {
"signCommand": {
"cmd": "powershell",
"args": ["-ExecutionPolicy", "Bypass", "-File", "../../../script/sign-windows.ps1", "%1"]
},
"nsis": {
"installerIcon": "icons/prod/icon.ico"
}