Skip to content

Commit 021d7cc

Browse files
committed
fixed bash execution
1 parent d0e7506 commit 021d7cc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

azure-pipelines.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ jobs:
66
- bash: |
77
curl -OsSL https://testspace-client.s3.amazonaws.com/testspace-windows.zip
88
unzip -q testspace-windows.zip
9-
testspace config url samples.testspace.com
10-
testspace -v
9+
./testspace config url samples.testspace.com
10+
./testspace -v
1111
displayName: 'Setup'
1212
- script: |
1313
nuget restore money/cs-money.sln

0 commit comments

Comments
 (0)