We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b5c9ac6 commit 160f5bdCopy full SHA for 160f5bd
build/TestInstallerBuild.bat
@@ -14,4 +14,5 @@ GOTO pauseforusertoseeoutput
14
REM :unexpectedsystemvariableinuse
15
REM @ECHO Unexpected system variable msbuildpath is in use. Value: %msbuildpath%
16
:pauseforusertoseeoutput
17
-PAUSE
+ECHO %CMDCMDLINE% | findstr /i "/c" >nul
18
+IF NOT errorlevel 1 PAUSE
0 commit comments