@@ -104,14 +104,14 @@ stages:
104104 command : custom
105105 arguments : ' locals all -clear'
106106
107- # - powershell: ./eng/scripts/InstallProcDump.ps1
108- # displayName: Install ProcDump
107+ - powershell : ./eng/scripts/InstallProcDump.ps1
108+ displayName : Install ProcDump
109109
110- # - powershell: ./eng/scripts/StartDumpCollectionForHangingBuilds.ps1
111- # $(ProcDumpPath)procdump.exe artifacts/log/$(_BuildConfig)
112- # (Get-Date).AddMinutes(60)
113- # devenv, xunit.console, xunit.console.x86
114- # displayName: Start background dump collection
110+ - powershell : ./eng/scripts/StartDumpCollectionForHangingBuilds.ps1
111+ $(ProcDumpPath)procdump.exe artifacts/log/$(_BuildConfig)
112+ (Get-Date).AddMinutes(60)
113+ devenv, xunit.console, xunit.console.x86
114+ displayName : Start background dump collection
115115
116116 # Don't create a binary log until we can customize the name
117117 # https://github.com/dotnet/arcade/pull/12988
@@ -160,10 +160,10 @@ stages:
160160 displayName : Run Integration Tests
161161 condition : and(eq(variables['RunIntegrationTests'], true), succeeded(), in(variables['Build.Reason'], 'PullRequest'))
162162
163- # - powershell: ./eng/scripts/FinishDumpCollectionForHangingBuilds.ps1 artifacts/log/$(_BuildConfig)
164- # displayName: Finish background dump collection
165- # continueOnError: true
166- # condition: always()
163+ - powershell : ./eng/scripts/FinishDumpCollectionForHangingBuilds.ps1 artifacts/log/$(_BuildConfig)
164+ displayName : Finish background dump collection
165+ continueOnError : true
166+ condition : always()
167167
168168 - publish : artifacts/log/$(_BuildConfig)
169169 artifact : $(Agent.Os)_$(Agent.JobName) Attempt $(System.JobAttempt) Logs
0 commit comments