Skip to content

Commit 8010536

Browse files
committed
downloading client now
1 parent f92a8e5 commit 8010536

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

desktopbuild.bat

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,8 @@ msbuild money\cs-money.csproj /p:platform=anycpu /p:configuration=debug /p:runCo
66
.\money\packages\OpenCover.4.6.519\tools\OpenCover.Console -target:".\money\packages\NUnit.ConsoleRunner.3.2.1\tools\nunit3-console.exe" -targetargs:"money\bin\Debug\cs-money.dll" -output:"coverage.xml" -filter:"+[*]* -[*]*MoneyTest*" -register:user
77

88
REM "after_test:"
9-
REM curl -fsS -o testspace-windows.zip https://testspace-client.s3.amazonaws.com/testspace-windows.zip
10-
REM 7z x -y .\testspace-windows.zip
11-
REM del testspace-windows.zip
9+
curl -fsS -o testspace-windows.zip https://testspace-client.s3.amazonaws.com/testspace-windows.zip
10+
7z x -y .\testspace-windows.zip
11+
del testspace-windows.zip
1212

1313
testspace publish analysis.xml [Tests]TestResult.xml coverage.xml "master.desktop"

0 commit comments

Comments
 (0)