Skip to content

Commit b157b73

Browse files
committed
appveyor: More fixup
1 parent c6e64ab commit b157b73

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

appveyor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ build_script:
5050
$wc = New-Object 'System.Net.WebClient'
5151
5252
Get-ChildItem .\\Artifacts\\Logs\\*Test*.xml | %{
53-
$wc.UploadFile(\"https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)\", $_.FullName)
53+
$wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", $_.FullName)
5454
}
5555
test: off
5656
artifacts:

0 commit comments

Comments
 (0)