diff --git a/appveyor/test_task.bat b/appveyor/test_task.bat index c1991d88365..93612292bb9 100644 --- a/appveyor/test_task.bat +++ b/appveyor/test_task.bat @@ -104,6 +104,6 @@ nmake test TESTS="%OPCACHE_OPTS% -q --offline --show-diff --show-slow 1000 --set set EXIT_CODE=%errorlevel% -powershell -Command "$wc = New-Object 'System.Net.WebClient'; $wc.UploadFile('https://ci.appveyor.com/api/testresults/junit/%APPVEYOR_JOB_ID%', 'c:\junit.out.xml')" +appveyor PushArtifact %TEST_PHP_JUNIT% exit /b %EXIT_CODE%