Tuesday, 27 August 2013

Exclude project output from code analyses at build time

Exclude project output from code analyses at build time

Using msbuild on the tfs server, is there a way to exclude output of some
projects from code analyses?
One option is to set the code analyses option for each project and to set
the build definition as "as configured". But I would prefer to enable the
code analyses for all projects by default and exclude some (the c++ ones).
This way one cannot forget to set properties for a new project.

No comments:

Post a Comment