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 5235ce2 commit d0e7506Copy full SHA for d0e7506
azure-pipelines.yml
@@ -4,8 +4,7 @@ jobs:
4
vmImage: 'vs2015-win2012r2'
5
steps:
6
- bash: |
7
- wget -q https://testspace-client.s3.amazonaws.com/testspace-windows.zip
8
- # 7z x -y testspace-windows.zip
+ curl -OsSL https://testspace-client.s3.amazonaws.com/testspace-windows.zip
9
unzip -q testspace-windows.zip
10
testspace config url samples.testspace.com
11
testspace -v
0 commit comments