I could swear you used to be able to shorten that

This commit is contained in:
Ash Wilson
2019-02-05 20:15:39 -05:00
parent c6d0afb304
commit 399a0b7363

View File

@@ -75,7 +75,7 @@ jobs:
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))
- ps: Get-ChildItem -Recurse %TEST_JUNIT_XML_PATH%
- powershell: Get-ChildItem -Recurse %TEST_JUNIT_XML_PATH%
env:
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)\test-results
displayName: Dump test results