mirror of
https://github.com/microsoft/vscode.git
synced 2026-08-21 10:01:35 +01:00
* build: validate all Authenticode signatures in sanity tests Use SignTool verification with /all so sanity tests fail when any embedded signature is untrusted, while allowing legitimate multi-signed dependencies. Refs #330506 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * build: reject Authenticode test certificates Reject the Code Sign Test certificate independently of the agent trust store and fall back to x64 SignTool on ARM64 agents. Refs #330506 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * chore: bump gulp-electron@1.43.0 (#330634) * build: install SignTool for ARM64 sanity tests Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * build: configure ARM64 sanity test jobs Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Robo <hop2deep@gmail.com> Co-authored-by: Dmitriy Vasyura <Dmitriy.Vasyura@microsoft.com>