mirror of https://github.com/microsoft/vscode.git
ci: log diagnostics for deemon failures on windows (#258422)
This commit is contained in:
parent
ef1e9bab94
commit
c9118f6388
|
@ -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: |
|
||||
|
|
Loading…
Reference in New Issue