From 756f1196dafdc9f4cc6376df6840c189de511362 Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 5 Feb 2019 20:12:25 -0500 Subject: [PATCH] Use backslashes on Windows in case something is being dumb --- script/vsts/platforms/windows.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index a5cc2e97b..38a2dc120 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -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'))