Browse by Tags

All Tags » MS Build (RSS)
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...
Posted by Rick van den Bosch | 4 comment(s)
Filed under: , ,
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...
Posted by Rick van den Bosch | 4 comment(s)
Filed under: , ,