diff --git a/script/vsts/platforms/windows.yml b/script/vsts/platforms/windows.yml index aeef0bb05..a555b90e2 100644 --- a/script/vsts/platforms/windows.yml +++ b/script/vsts/platforms/windows.yml @@ -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