Explicit test-results.xml glob

This commit is contained in:
Ash Wilson
2019-02-06 19:45:41 -05:00
parent 97df72a3c1
commit c11442df5e
3 changed files with 3 additions and 0 deletions

View File

@@ -39,6 +39,7 @@ jobs:
inputs:
testResultsFormat: JUnit
searchFolder: $(Common.TestResultsDirectory)/junit
testResultsFiles: **/test-results.xml
mergeTestResults: true
testRunTitle: Linux
condition: ne(variables['Atom.SkipTests'], 'true')

View File

@@ -59,6 +59,7 @@ jobs:
inputs:
testResultsFormat: JUnit
searchFolder: $(Common.TestResultsDirectory)/junit
testResultsFiles: **/test-results.xml
mergeTestResults: true
testRunTitle: MacOS
condition: ne(variables['Atom.SkipTests'], 'true')

View File

@@ -86,6 +86,7 @@ jobs:
inputs:
testResultsFormat: JUnit
searchFolder: $(Common.TestResultsDirectory)\junit
testResultsFiles: **\test-results.xml
mergeTestResults: true
testRunTitle: Windows $(buildArch)
condition: ne(variables['Atom.SkipTests'], 'true')