Skip to content

Commit c06b594

Browse files
authored
Update appveyor.yml
1 parent 6e7d8bf commit c06b594

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,5 +89,5 @@ test_script:
8989
# if we're just updating the cache.
9090
- "if not \"%APPVEYOR_SCHEDULED_BUILD%\" == \"True\" (%CMD_IN_ENV% %TEST1_CMD% )"
9191

92-
after_test:
92+
on_finish:
9393
- 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

Comments
 (0)