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:
Alternative: Add this to .csproj.
$(NoWarn);MSB3253