I want to ask a question about Code Analysis.
We enabled code analysis at our projects and we created a policy that forces developers run CA before check-in. But the solution is very big and running CA costs alot of time each local build, as you know a developer build solution may be 10 – 20 times.
So, i want to disable CA at local builds; but at the same time we had to comply with policy.
Of course CA will be runned while TFS Builds..
Is is possible?
You can disable the code analysis on all your projects. Then set in the build the code analysis option to “Always”