Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c756448 commit 247665eCopy full SHA for 247665e
appveyor.yml
@@ -33,7 +33,7 @@ build_script:
33
test_script:
34
- ps: |
35
$ErrorActionPreference="Stop"
36
- Invoke-WebRequest https://github.com/ethomson/poxyproxy/releases/download/v0.1.0/poxyproxy-0.1.0.jar -OutFile poxyproxy.jar
+ Start-FileDownload https://github.com/ethomson/poxyproxy/releases/download/v0.1.0/poxyproxy-0.1.0.jar -FileName poxyproxy.jar
37
# Run this early so we know it's ready by the time we need it
38
$proxyJob = Start-Job { java -jar $Env:APPVEYOR_BUILD_FOLDER\build\poxyproxy.jar -d --port 8080 --credentials foo:bar }
39
ctest -V -R libgit2_clar
0 commit comments