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 d0e7506 commit 021d7ccCopy full SHA for 021d7cc
azure-pipelines.yml
@@ -6,8 +6,8 @@ jobs:
6
- bash: |
7
curl -OsSL https://testspace-client.s3.amazonaws.com/testspace-windows.zip
8
unzip -q testspace-windows.zip
9
- testspace config url samples.testspace.com
10
- testspace -v
+ ./testspace config url samples.testspace.com
+ ./testspace -v
11
displayName: 'Setup'
12
- script: |
13
nuget restore money/cs-money.sln
0 commit comments