Oh. Right. That's interpreted as a .bat file

This commit is contained in:
Ash Wilson
2019-02-15 14:56:39 -05:00
parent 60aaca8ecc
commit 06a1a38d25

View File

@@ -77,7 +77,7 @@ jobs:
- script: >
node script\vsts\windows-run.js script\postprocess-junit-results.cmd
--search-folder "${TEST_JUNIT_XML_ROOT}" --test-results-files "*.xml"
--search-folder %TEST_JUNIT_XML_ROOT% --test-results-files "**/*.xml"
env:
TEST_JUNIT_XML_ROOT: $(Common.TestResultsDirectory)\junit
displayName: Post-process test results