Files
dotnet-packaging/appveyor-testresults.ps1
Frederik Carlier c6c85266b0 Fix filename
2017-05-12 23:24:43 +02:00

3 lines
251 B
PowerShell

# upload results to AppVeyor
$wc = New-Object 'System.Net.WebClient'
$wc.UploadFile("https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)", (Join-Path $env:APPVEYOR_BUILD_FOLDER .\Packaging.Targets.Tests\TestResults\testresults.trx))