|
|
@@ -129,7 +129,7 @@ jobs:
|
|
|
- ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isTestingJob, true)) }}:
|
|
|
- powershell: ./eng/scripts/InstallProcDump.ps1
|
|
|
displayName: Install ProcDump
|
|
|
- - powershell: ./eng/scripts/StartDumpCollectionForHangingBuilds.ps1 $(ProcDumpPath)procdump.exe artifacts/log/ (Get-Date).AddMinutes(160) dotnet
|
|
|
+ - powershell: ./eng/scripts/StartDumpCollectionForHangingBuilds.ps1 $(ProcDumpPath)procdump.exe artifacts/dumps/ (Get-Date).AddMinutes(160) dotnet
|
|
|
displayName: Start background dump collection
|
|
|
- ${{ if eq(parameters.installNodeJs, 'true') }}:
|
|
|
- task: NodeTool@0
|
|
|
@@ -171,7 +171,7 @@ jobs:
|
|
|
- ${{ parameters.afterBuild }}
|
|
|
|
|
|
- ${{ if and(eq(parameters.agentOs, 'Windows'), eq(parameters.isTestingJob, true)) }}:
|
|
|
- - powershell: ./eng/scripts/FinishDumpCollectionForHangingBuilds.ps1 artifacts/log/
|
|
|
+ - powershell: ./eng/scripts/FinishDumpCollectionForHangingBuilds.ps1 artifacts/dumps/
|
|
|
displayName: Finish background dump collection
|
|
|
continueOnError: true
|
|
|
condition: always()
|