pull/3895/head
Jamie Rees 6 years ago
parent 3830eee634
commit f8174624df

@ -53,7 +53,6 @@ after_build:
$wc = New-Object 'System.Net.WebClient' $wc = New-Object 'System.Net.WebClient'
foreach ($name in Resolve-Path .\src\**\TestResults\Test*.trx) { foreach ($name in Resolve-Path .\src\**\TestResults\Test*.trx) {
$wc.UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", $name) $wc.UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", $name)
}
} }
#cache: #cache:

Loading…
Cancel
Save