Skip to content

Commit

Permalink
Collect test results only from top-level modules
Browse files Browse the repository at this point in the history
Addresses #1810
  • Loading branch information
sormuras authored and marcphilipp committed Mar 16, 2019
1 parent 4e2bad1 commit be54d2d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/azure/azure-gradle-step.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ steps:
- task: PublishTestResults@2
displayName: Publish Test Results
inputs:
testResultsFiles: '**/build/test-results/test/TEST-*.xml'
testResultsFiles: '*/build/test-results/test/TEST-*.xml'
condition: eq(${{ parameters.publishTestResults }}, true)

0 comments on commit be54d2d

Please sign in to comment.