File tree Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Expand file tree Collapse file tree 2 files changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -205,14 +205,10 @@ function UploadSummaryMdReport($summaryMdPath)
205205{
206206 Write-Verbose " Summary Markdown Path = $summaryMdPath "
207207
208- if (Test-Path ($summaryMdPath ))
208+ if (( $ env: SYSTEM_HOSTTYPE -eq " build " ) -and ( Test-Path ($summaryMdPath ) ))
209209 {
210210 Write-Host " ##vso[task.addattachment type=Distributedtask.Core.Summary;name=Load test results;]$summaryMdPath "
211211 }
212- else
213- {
214- Write-Warning " Could not find the summary report file $summaryMdPath "
215- }
216212}
217213
218214function GetLastSuccessfulBuild ($headers )
Original file line number Diff line number Diff line change 1313 "version" : {
1414 "Major" : 1 ,
1515 "Minor" : 0 ,
16- "Patch" : 8
16+ "Patch" : 9
1717 },
1818 "demands" : [
1919 " msbuild" ,
You can’t perform that action at this time.
0 commit comments