Skip to content
This repository was archived by the owner on Jan 23, 2023. It is now read-only.

Commit ded0488

Browse files
committed
Merge pull request #2225 from nguerrera/lower-build-log-verbosity
Switch default build log from diag to default
2 parents 84efb3f + ad88796 commit ded0488

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.cmd

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ call :build %*
3939
goto :AfterBuild
4040

4141
:build
42-
%_buildprefix% msbuild "%_buildproj%" /nologo /maxcpucount /verbosity:minimal /nodeReuse:false /fileloggerparameters:Verbosity=diag;LogFile="%_buildlog%";Append %* %_buildpostfix%
42+
%_buildprefix% msbuild "%_buildproj%" /nologo /maxcpucount /verbosity:minimal /nodeReuse:false /fileloggerparameters:Verbosity=normal;LogFile="%_buildlog%";Append %* %_buildpostfix%
4343
set BUILDERRORLEVEL=%ERRORLEVEL%
4444
goto :eof
4545

0 commit comments

Comments
 (0)