mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-19 21:03:17 -07:00
!build
This commit is contained in:
parent
f8174624df
commit
87b2b83cde
1 changed files with 3 additions and 2 deletions
|
@ -51,9 +51,10 @@ 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:
|
||||||
#- '%USERPROFILE%\.nuget\packages'
|
#- '%USERPROFILE%\.nuget\packages'
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue