Merge branch 'PHP-8.0'

* PHP-8.0:
  Properly push test artifacts
This commit is contained in:
Christoph M. Becker 2021-05-16 14:47:15 +02:00
commit 048cb9be05
No known key found for this signature in database
GPG Key ID: D66C9593118BCCB6

View File

@ -102,6 +102,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%