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 ed1420f commit e6e3400Copy full SHA for e6e3400
Samples/build.bat
@@ -9,5 +9,5 @@ for /f "usebackq tokens=*" %%i in (`%vswhere% -latest -products * -requires Micr
9
echo %vswhere%
10
11
if exist "%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" (
12
- "%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" %*
+ "%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" -verbosity:minimal %*
13
)
0 commit comments