I need to run FxCop with CruiseControl.NET 1.5 for continuous Integration. I have included the buildscript with the command to execute the FxCop project file.
When I Build the project in CruiseControl.NET, I get the following error.
C:\CPLBuildScripts\CheckpointLearning\FullBuild\Web.BuildScript.proj (19,5):
errorMSB3073: The command "C:\Program Files\Microsoft FxCop 1.36\FxCopCmd.exe /p:C:\CheckpointLearningFullBuilld\CPL.FxCop /o:C:\CheckpointLearningFullBuilld_Artifacts\Artifacts\FxCop_AnalysisReport.xml" exited with code 9009
(19,5) Refers to the above command.
Please help me to over come with this. Thanks and regards in advance.
- Ashan -