Change AppVeyor test type
This commit is contained in:
parent
76d417f536
commit
161efd4035
|
@ -14,4 +14,4 @@ test_script:
|
|||
- ps: cd FunctionalCuid.Tests
|
||||
- ps: dotnet run
|
||||
- ps: $wc = New-Object 'System.Net.WebClient'
|
||||
- ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/xunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\TestResults.xml))
|
||||
- ps: $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", (Resolve-Path .\TestResults.xml))
|
||||
|
|
Loading…
Reference in New Issue
Block a user