From 7192a8effaf622843e4c0e17d9142138d395ed73 Mon Sep 17 00:00:00 2001 From: tombogle Date: Thu, 18 Dec 2025 11:34:20 -0500 Subject: [PATCH] Removed annoying PAUSE when running TestInstallerBuild.bat from Dev command line --- build/TestInstallerBuild.bat | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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