Skip to content

Commit 5c8c0a7

Browse files
authored
Remove PublishTestResults task on Helix testing jobs (#40213)
2 parents 8e80265 + b840f8f commit 5c8c0a7

File tree

2 files changed

+0
-20
lines changed

2 files changed

+0
-20
lines changed

eng/build-pr.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -172,16 +172,6 @@ jobs:
172172
HelixAccessToken: $(_HelixApiToken)
173173
RunAoTTests: 'false'
174174

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-
185175
- task: CopyFiles@2
186176
displayName: Gather Logs
187177
inputs:

eng/build.yml

Lines changed: 0 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -183,16 +183,6 @@ jobs:
183183
HelixAccessToken: $(_HelixApiToken)
184184
RunAoTTests: 'false'
185185

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-
196186
- task: CopyFiles@2
197187
displayName: Gather Logs
198188
inputs:

0 commit comments

Comments
 (0)