diff --git a/build.cake b/build.cake index 7e06e69e5..fb72fb839 100644 --- a/build.cake +++ b/build.cake @@ -267,7 +267,7 @@ Task("Run-Unit-Tests") $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) + $wc.UploadFile(""https://ci.appveyor.com/api/testresults/mstest/$($env:APPVEYOR_JOB_ID)\"", $name) } "; // Upload the results