From c58eac2772ccece41d8f1414b178b87adb259b7e Mon Sep 17 00:00:00 2001 From: Jeffrey Schultz Date: Tue, 3 Jan 2017 13:30:13 -0800 Subject: [PATCH] update Nunit version --- desktopbuild.bat | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/desktopbuild.bat b/desktopbuild.bat index 5dc70e0..3cbed91 100644 --- a/desktopbuild.bat +++ b/desktopbuild.bat @@ -3,10 +3,10 @@ del *.xml REM "test_script:" msbuild money\cs-money.csproj /p:platform=anycpu /p:configuration=debug /p:runCodeAnalysis=true /p:codeanalysislogfile=..\analysis.xml -.\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 +.\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 REM "after_test:" -curl -fsS -o testspace-windows.zip https://testspace-client.s3.amazonaws.com/testspace-windows.zip +curl -fsS -o testspace-windows.zip https://testspace-client.s3.amazonaws.com/testspace-windows.zip 7z x -y .\testspace-windows.zip del testspace-windows.zip