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:
For MSB3253 you can just set in project file (*.csproj) that cause such warning.
Debug AnyCPU None