You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
REM Bug! The DisableOutOfProcBuild.exe doesn't work if the current directory of CMD doesn't set to the installation location of DisableOutOfProcBuild.exe.
ECHO Seting the current path to the DisableOutOfProcBuild.exe installation folder.
@REM
CD "%ProgramFiles(x86)%\Microsoft Visual Studio\2017\Enterprise\Common7\IDE\CommonExtensions\Microsoft\VSI\DisableOutOfProcBuild"
ECHO:
CALL DisableOutOfProcBuild.exe
IF [%env_qUtil%] NEQ [] (
CALL %env_qUtil%\exit_if_error
)
ECHO: & ECHO Revert the previous current directory.