From 772d8cf3e1b3aaaaffa2803b8c2cc9a97c546751 Mon Sep 17 00:00:00 2001 From: talksik Date: Wed, 15 Apr 2026 11:46:57 -0700 Subject: [PATCH] ci: enable debug for windows sign --- js/forge.config.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/js/forge.config.ts b/js/forge.config.ts index 813891a..f47e78b 100644 --- a/js/forge.config.ts +++ b/js/forge.config.ts @@ -46,6 +46,7 @@ const config: ForgeConfig = { // provisions the dlib + metadata file and exports these env vars, so local // `yarn make` and unsigned CI builds both work unchanged. windowsSign: process.env.AZURE_METADATA_JSON_PATH ? { + debug: true, signWithParams: [ '/v', '/fd', 'SHA256',