Skip to content

Commit

Permalink
Improve test reports
Browse files Browse the repository at this point in the history
  • Loading branch information
mattleibow committed Jul 10, 2023
1 parent 35f3db0 commit eeb5563
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/common/device-tests-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,12 +56,12 @@ steps:
retryCountOnTaskFailure: 2

- task: PublishTestResults@2
displayName: Publish the $(System.PhaseName) test results
displayName: Publish the $(Agent.JobName) test results
condition: always()
inputs:
testResultsFormat: xUnit
testResultsFiles: '$(TestResultsDirectory)/**/TestResults.xml'
testRunTitle: '$(System.PhaseName) (attempt: $(System.JobAttempt))'
testRunTitle: '$(Agent.JobName) (attempt: $(System.JobAttempt))'

- task: PublishBuildArtifacts@1
displayName: Publish Artifacts
Expand Down

0 comments on commit eeb5563

Please sign in to comment.