diff --git a/build/TestInstallerBuild.bat b/build/TestInstallerBuild.bat index e98a2fac..c78ef84d 100644 --- a/build/TestInstallerBuild.bat +++ b/build/TestInstallerBuild.bat @@ -14,4 +14,5 @@ GOTO pauseforusertoseeoutput REM :unexpectedsystemvariableinuse REM @ECHO Unexpected system variable msbuildpath is in use. Value: %msbuildpath% :pauseforusertoseeoutput -PAUSE \ No newline at end of file +ECHO %CMDCMDLINE% | findstr /i "/c" >nul +IF NOT errorlevel 1 PAUSE \ No newline at end of file