Skip to content

Commit d0e7506

Browse files
committed
use curl
1 parent 5235ce2 commit d0e7506

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

azure-pipelines.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,8 +4,7 @@ jobs:
44
vmImage: 'vs2015-win2012r2'
55
steps:
66
- bash: |
7-
wget -q https://testspace-client.s3.amazonaws.com/testspace-windows.zip
8-
# 7z x -y testspace-windows.zip
7+
curl -OsSL https://testspace-client.s3.amazonaws.com/testspace-windows.zip
98
unzip -q testspace-windows.zip
109
testspace config url samples.testspace.com
1110
testspace -v

0 commit comments

Comments
 (0)