Is there any way to disable specific MSBuild warning (e.g. MSB3253) when running MSBuild from command line? My build script calls msbuild.exe much the following way:
According to this thread in the MSDN Forum MSBuild warnings can't be suppressed.