Skip to content

Commit f034026

Browse files
authored
Only Include SDK Test Results (Azure#32490)
1 parent 3aaeb58 commit f034026

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

eng/pipelines/templates/steps/build-and-test.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -139,6 +139,9 @@ steps:
139139
- task: PublishTestResults@2
140140
condition: always()
141141
inputs:
142+
testResultsFormat: 'JUnit'
143+
testResultsFiles: '**/TEST-*.xml'
144+
searchFolder: '$(System.DefaultWorkingDirectory)/sdk'
142145
mergeTestResults: true
143146
testRunTitle: $(Agent.JobName)
144147
${{ if ne(parameters.TestResultsFiles, '') }}:

0 commit comments

Comments
 (0)