This commit is contained in:
Jamie Rees 2019-04-11 22:01:38 +01:00
commit f8174624df

View file

@ -53,7 +53,6 @@ after_build:
$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)
}
}
#cache: