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

View file

@ -54,7 +54,6 @@ after_build:
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:
#- '%USERPROFILE%\.nuget\packages' #- '%USERPROFILE%\.nuget\packages'