Change AppVeyor test type
This commit is contained in:
@@ -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))
|
||||
|
||||
Reference in New Issue
Block a user