3

Our final build server does not have Visual Studio 2010 installed. It uses the MSBuild.exe from the .NET 4 SDK. As part of our code delivery process to our customer we need to allow him to build the projects from the command line on a Visual Studio 'agnostic' server and also to run Code Analysis rules on that machine.

On the visual studio side we started out with AllRules.rules and created exceptions going foreward so naturally we'd like the exceptions to carry over to the code analysis on the build server.

Is this possible ?

Thanks in advance.

1 Answers1

2

Using standalone FxCop you can customize your CI process as you wish. Open this link and go to "Setting up continuous FxCop code analysis" chapter.

Link above seems to be dead now. You can try to look here on this SO question

Community
  • 1
  • 1
Ludwo
  • 6,043
  • 4
  • 32
  • 48
  • http://stackoverflow.com/questions/21729066/running-code-analysis-fxcop-12-0-on-build-agent-without-installing-visual-stud this is more up to date – Ludwo Dec 05 '14 at 07:26