mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-08-20 21:33:15 -07:00
!build
This commit is contained in:
parent
3830eee634
commit
f8174624df
1 changed files with 0 additions and 1 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue