Skip to content

Commit c0b2688

Browse files
Always upload test results
Always upload test results if the build fails.
1 parent 0bbdc02 commit c0b2688

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
@@ -15,7 +15,7 @@ nuget:
1515
skip_tags: false
1616
test: off
1717

18-
after_build:
18+
on_finish:
1919
- ps: $wc = New-Object 'System.Net.WebClient'
2020
- ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\artifacts\TestResults\Release\AspNet.Security.OpenId.Providers.Tests_netcoreapp3.1_x64.xml))
2121

0 commit comments

Comments
 (0)