Make unit tests available in Release builds

This commit is contained in:
Birunthan Mohanathas
2013-06-13 21:13:57 +03:00
parent c5e2a7a2cb
commit 8a086ffdcb
4 changed files with 19 additions and 11 deletions

View File

@ -20,7 +20,7 @@ echo.
if not exist "%VCVARSALL%" echo ERROR: vcvarsall.bat not found & goto END
call "%VCVARSALL%" x86 > nul
set MSBUILD="msbuild.exe" /p:PlatformToolset=v110_xp;VisualStudioVersion=11.0
set MSBUILD="msbuild.exe" /p:PlatformToolset=v110_xp;VisualStudioVersion=11.0;ExcludeTests=false
if exist "Certificate.bat" call "Certificate.bat" > nul
set SIGNTOOL="signtool.exe" sign /t http://time.certum.pl /f "%CERTFILE%" /p "%CERTKEY%"