We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6e7d8bf + c06b594 commit 7e3cd40Copy full SHA for 7e3cd40
appveyor.yml
@@ -89,5 +89,5 @@ test_script:
89
# if we're just updating the cache.
90
- "if not \"%APPVEYOR_SCHEDULED_BUILD%\" == \"True\" (%CMD_IN_ENV% %TEST1_CMD% )"
91
92
-after_test:
+on_finish:
93
- ps: (new-object net.webclient).UploadFile("https://ci.appveyor.com/api/testresults/junit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\junit-results.xml))
0 commit comments