File tree Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Expand file tree Collapse file tree 2 files changed +0
-20
lines changed Original file line number Diff line number Diff line change @@ -172,16 +172,6 @@ jobs:
172
172
HelixAccessToken : $(_HelixApiToken)
173
173
RunAoTTests : ' false'
174
174
175
- - task : PublishTestResults@2
176
- displayName : Publish Test Results
177
- inputs :
178
- testResultsFormat : xUnit
179
- testResultsFiles : ' artifacts/TestResults/$(_BuildConfig)/*.xml'
180
- testRunTitle : ' $(_AgentOSName)_$(Agent.JobName)'
181
- buildPlatform : ' $(BuildPlatform)'
182
- buildConfiguration : ' $(_BuildConfig)'
183
- condition : always()
184
-
185
175
- task : CopyFiles@2
186
176
displayName : Gather Logs
187
177
inputs :
Original file line number Diff line number Diff line change @@ -183,16 +183,6 @@ jobs:
183
183
HelixAccessToken : $(_HelixApiToken)
184
184
RunAoTTests : ' false'
185
185
186
- - task : PublishTestResults@2
187
- displayName : Publish Test Results
188
- inputs :
189
- testResultsFormat : xUnit
190
- testResultsFiles : ' artifacts/TestResults/$(_BuildConfig)/*.xml'
191
- testRunTitle : ' $(_AgentOSName)_$(Agent.JobName)'
192
- buildPlatform : ' $(BuildPlatform)'
193
- buildConfiguration : ' $(_BuildConfig)'
194
- condition : always()
195
-
196
186
- task : CopyFiles@2
197
187
displayName : Gather Logs
198
188
inputs :
You can’t perform that action at this time.
0 commit comments