From 399a0b73631c0731dd60288a2d4da429b46f1efd Mon Sep 17 00:00:00 2001 From: Ash Wilson Date: Tue, 5 Feb 2019 20:15:39 -0500 Subject: [PATCH] I could swear you used to be able to shorten that --- 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 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