Skip to content

Commit 160f5bd

Browse files
authored
Removed annoying PAUSE when running TestInstallerBuild.bat from Dev command line (#258)
1 parent b5c9ac6 commit 160f5bd

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

build/TestInstallerBuild.bat

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,4 +14,5 @@ GOTO pauseforusertoseeoutput
1414
REM :unexpectedsystemvariableinuse
1515
REM @ECHO Unexpected system variable msbuildpath is in use. Value: %msbuildpath%
1616
:pauseforusertoseeoutput
17-
PAUSE
17+
ECHO %CMDCMDLINE% | findstr /i "/c" >nul
18+
IF NOT errorlevel 1 PAUSE

0 commit comments

Comments
 (0)