Skip to content

Commit bd4fc8f

Browse files
author
jeff schultz
committed
add curl to path
1 parent c44b1c5 commit bd4fc8f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

appveyor.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ test_script:
99
- .\money\packages\OpenCover.4.6.519\tools\OpenCover.Console -target:".\money\packages\NUnit.ConsoleRunner.3.4.1\tools\nunit3-console.exe" -targetargs:"money\bin\Debug\cs-money.dll" -output:"coverage.xml" -filter:"+[*]* -[*]*MoneyTest*" -register:user
1010

1111
after_test:
12+
- set PATH=C:\Program Files\Git\mingw64\bin;%PATH% #http://help.appveyor.com/discussions/problems/6312-curl-command-not-found
1213
- curl -fsS -o testspace-windows.zip https://testspace-client.s3.amazonaws.com/testspace-windows.zip
1314
- 7z x -y testspace-windows.zip
14-
- testspace @.testspace.txt %TESTSPACE_TOKEN%/%APPVEYOR_REPO_NAME:/=:%/%APPVEYOR_REPO_BRANCH%#appveyor.build.%APPVEYOR_BUILD_NUMBER%
15+
- testspace @.testspace.txt %TESTSPACE_TOKEN%/%APPVEYOR_REPO_NAME:/=:%/%APPVEYOR_REPO_BRANCH%#appveyor.build.%APPVEYOR_BUILD_NUMBER%

0 commit comments

Comments
 (0)