mirror of
https://github.com/atom/atom.git
synced 2026-01-26 07:19:06 -05:00
Use backslashes on Windows in case something is being dumb
This commit is contained in:
@@ -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'))
|
||||
|
||||
Reference in New Issue
Block a user