FxCop 1.36 与 CruiseControl.NET 1.5
我需要使用 CruiseControl.NET 1.5 运行 FxCop 以进行持续集成。我已将构建脚本包含在执行 FxCop 项目文件的命令中。
当我在 CruiseControl.NET 中构建项目时,出现以下错误。
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) 指的是上面的命令。
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.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您似乎缺少 fxcopcmd.exe 路径周围的引号。
You seem to be missing quotes around the fxcopcmd.exe path.
您应该将命令更改为
You should change the command to