Rick van den Bosch - Blog

... on .NET, software architecture, software development and whatnot

Browse by Tags

All Tags » MS Build » TFS (RSS)
HowTo: Disable specific Code Analysis rules for a Team Build
Thanks to the MSDN forums (and specifically one Hua Chen), I found a way to disable specific code analysis rules for a team build. In this post I'll combine the steps I followed earlier with the description given at the MSDN forum. I'll start...
Disable specific Code Analysis rules for a Team Build
After searching a bit, I found a way to disable specific Code Analysis rules for a team build. Or at least I thought so... The RunCodeAnalysis tag in my build.proj file is set to 'Always' to override the individual project settings, and I added...