Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e5ec073

Browse files
committedMay 14, 2017
appveyor: Wrap handle.exe download in a retry
Should help deal with spurious download failures.
1 parent 77f1bec commit e5ec073

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
@@ -141,7 +141,7 @@ install:
141141
- set PATH="C:\Program Files (x86)\Inno Setup 5";%PATH%
142142

143143
# Help debug some handle issues on AppVeyor
144-
- ps: Invoke-WebRequest -Uri https://download.sysinternals.com/files/Handle.zip -OutFile handle.zip
144+
- appveyor-retry appveyor DownloadFile https://download.sysinternals.com/files/Handle.zip
145145
- mkdir handle
146146
- ps: Expand-Archive handle.zip -dest handle
147147
- set PATH=%PATH%;%CD%\handle

0 commit comments

Comments
 (0)
Please sign in to comment.