This commit is contained in:
tidusjar 2019-04-24 21:14:55 +01:00
commit c4c4c4d371

View file

@ -267,7 +267,8 @@ Task("Run-Unit-Tests")
$wc = New-Object 'System.Net.WebClient'
foreach ($name in Resolve-Path .\src\**\TestResults\Test*.trx)
{
$wc.UploadFile(""https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)\"", $name)
Write-Host ""Uploading File: "" + $name
$wc.UploadFile(""https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)"", $name)
}
";
// Upload the results