This has been asked, but wasn\'t answered. The answer (use /warn:1) doesn\'t work for msbuild.exe, only csc.exe. Perhaps I\'m missing something between csc and
/warn:1
Try this:
msbuild.exe C:\Dev\BigSolution.sln /p:WarningLevel=0 /p:RunCodeAnalysis=false