PartCover with msTest in Cruise control .net



谁能告诉我如何在巡航控制.net中使用partcover以及mstest,

我已经这样做了,但我收到一个错误

errorMSB3073: The command "C:Program FilesPartCoverPartCover .NET 4.0PartCover.exe --target=${nunitExePath} --target-work-dir=D:Demo_Project --target-args=D:DEMOTestProjectbinDebugTestProject.dll --include=[LaTrompa]* --output=${partCoverReportPath}${projectTests}-Results.xml" exited with code 9009.

我在msbuild中使用了以下命令

<PropertyGroup>
<partCoverReportPath>D:BuildReportsPartCover</partCoverReportPath>
<nunitExePath>C:Program FilesMicrosoft Visual Studio 10.0Common7IDEmstest.exe</nunitExePath>   

-->

使用以下命令

C:Program FilesPartCoverPartCover .NET 4.0PartCover.exe" --target "C:Program FilesMicrosoft Visual Studio 10.0Common7IDEmstest.exe" --include [TestProjectName]* --include [More if u have]* --target-args "/noisolation /testcontainer:pathTestProjectName.dll" --target-work-dir "Working dir of project" --output "output pathrpartcover.xml

相关内容

  • 没有找到相关文章

最新更新