mirror of
https://github.com/Ombi-app/Ombi.git
synced 2025-07-31 12:00:06 -07:00
fixed
This commit is contained in:
parent
db86de7996
commit
a06a2941a1
1 changed files with 1 additions and 1 deletions
|
@ -267,7 +267,7 @@ Task("Run-Unit-Tests")
|
||||||
$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)
|
||||||
}
|
}
|
||||||
";
|
";
|
||||||
// Upload the results
|
// Upload the results
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue