We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c6e64ab commit b157b73Copy full SHA for b157b73
appveyor.yml
@@ -50,7 +50,7 @@ build_script:
50
$wc = New-Object 'System.Net.WebClient'
51
52
Get-ChildItem .\\Artifacts\\Logs\\*Test*.xml | %{
53
- $wc.UploadFile(\"https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)\", $_.FullName)
+ $wc.UploadFile("https://ci.appveyor.com/api/testresults/nunit/$($env:APPVEYOR_JOB_ID)", $_.FullName)
54
}
55
test: off
56
artifacts:
0 commit comments