Skip to content

Commit c9118f6

Browse files
authored
ci: log diagnostics for deemon failures on windows (microsoft#258422)
1 parent ef1e9ba commit c9118f6

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

build/azure-pipelines/win32/product-build-win32.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -301,6 +301,9 @@ steps:
301301
$ErrorActionPreference = "Stop"
302302
exec { npx deemon --attach -- -- npx zx build/azure-pipelines/win32/codesign.js }
303303
condition: succeededOrFailed()
304+
env:
305+
NODE_DEBUG: "net,child_process"
306+
NODE_OPTIONS: "--report-filename=stdout,--report-uncaught-exception,--report-on-fatalerror"
304307
displayName: "✍️ Post-job: Codesign"
305308
306309
- powershell: |

0 commit comments

Comments
 (0)