ci: log diagnostics for deemon failures on windows (#258422)

This commit is contained in:
Robo 2025-07-29 22:23:26 +09:00 committed by GitHub
parent ef1e9bab94
commit c9118f6388
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 3 additions and 0 deletions

View File

@ -301,6 +301,9 @@ steps:
$ErrorActionPreference = "Stop"
exec { npx deemon --attach -- -- npx zx build/azure-pipelines/win32/codesign.js }
condition: succeededOrFailed()
env:
NODE_DEBUG: "net,child_process"
NODE_OPTIONS: "--report-filename=stdout,--report-uncaught-exception,--report-on-fatalerror"
displayName: "✍️ Post-job: Codesign"
- powershell: |