We would really like to have warning-free builds, as it is very difficult to remember "how many warnings are good". Our last remaining warnings are VSP2013 when running TeamBuild (either on the build machine or DesktopBuilds using msbuild) builds that have tests with Code Coverage enabled. There doesn't appear to be a reasonable way to get rid of this warning.What I'd like is a way to pass arguments to vsinstr.exe (in this case "-nowarn:2013"), but there doesn't seem to be a way to do that in TeamBuild.
Version