Searched defs:downloadUrl (Results 1 – 1 of 1) sorted by relevance
2 $downloadUrl = "https://github.com/OpenCppCoverage/OpenCppCoverage/releases/download/release-0.9.7.… variable6 Write-Host -ForegroundColor White ("Downloading OpenCppCoverage from: " + $downloadUrl) variable7 Start-FileDownload $downloadUrl -FileName $installerPath variable