Use backslashes on Windows in case something is being dumb

This commit is contained in:
Ash Wilson
2019-02-05 20:12:25 -05:00
parent 847f7aff4c
commit 756f1196da

View File

@@ -70,7 +70,7 @@ jobs:
CI: true
CI_PROVIDER: VSTS
ATOM_JASMINE_REPORTER: list
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)/test-results
TEST_JUNIT_XML_PATH: $(Agent.HomeDirectory)\test-results
BUILD_ARCH: $(buildArch)
displayName: Run tests
condition: and(succeeded(), ne(variables['Atom.SkipTests'], 'true'))