Skip to content

Commit e6e3400

Browse files
committed
Set verbosity minimal for Samples build script
1 parent ed1420f commit e6e3400

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Samples/build.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,5 +9,5 @@ for /f "usebackq tokens=*" %%i in (`%vswhere% -latest -products * -requires Micr
99
echo %vswhere%
1010

1111
if exist "%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" (
12-
"%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" %*
12+
"%InstallDir%\MSBuild\15.0\Bin\MSBuild.exe" -verbosity:minimal %*
1313
)

0 commit comments

Comments
 (0)