From: Jared Mulconry Date: Sun, 8 Oct 2017 06:50:11 +0000 (+1100) Subject: Fixing multiline batch command weirdness. X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=022a34e54c275330f3616b1c8bd88966771c8a9f;p=platform%2Fupstream%2Fassimp.git Fixing multiline batch command weirdness. --- diff --git a/appveyor.yml b/appveyor.yml index e3485dd..3e958b3 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -51,8 +51,7 @@ after_build: test_script: - cmd: bin\%CONFIGURATION%\unit.exe --gtest_output=xml:testout.xml || ( -Powershell.exe -executionpolicy remotesigned -Command "(new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\testout.xml))" && exit 1 -) +Powershell.exe -executionpolicy remotesigned -Command "(new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\testout.xml))" && exit 1) - ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\testout.xml)) artifacts: