Skip to content

Commit

Permalink
Merge pull request #9296 from tmeschter/231024-RemoveWarningsAsErrors
Browse files Browse the repository at this point in the history
Remove /warnaserror
  • Loading branch information
tmeschter authored Oct 24, 2023
2 parents a49960d + 8cc89bf commit f7ce50b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ if not defined MSBuildPath (
@REM The configuration is not known at this point. It could either use the default from Build.proj or be passed in as an MSBuild argument.
set "BinlogPath=%~dp0artifacts\Build.binlog"
@REM https://stackoverflow.com/a/16144756/294804
"%MSBuildPath%" "%~dp0eng\Build.proj" /m /warnAsError /noLogo /clp:Summary /bl:"%BinlogPath%" /ll %*
"%MSBuildPath%" "%~dp0eng\Build.proj" /m /noLogo /clp:Summary /bl:"%BinlogPath%" /ll %*
set MSBuildErrorLevel=%ERRORLEVEL%

@REM Move the binlog into the appropriate configuration directory.
Expand Down

0 comments on commit f7ce50b

Please sign in to comment.