将Cruise Control .NET与TFS集成

时间:2009-10-01 20:54:36

标签: build-process build-automation cruisecontrol.net

我正在尝试使用带有TFS的Cruise Control .NET。将TFS与最新版本的Cruise Control .NET集成的最佳方法是什么?

2 个答案:

答案 0 :(得分:3)

有一个适用于巡航控制网的插件。

TFS Plugin from codeplex

但是,代码在几年内没有更新,而较新版本的cc.net使用不同版本的NetReflector.dll。

为了实现这一目标,您需要:

- 从以下网址下载tfs for cc.net插件来源: source on codeplex

- 在VS 2008中打开解决方案

- 删除解决方案中的NetReflector.dll。

- 从cc.net服务器路径添加NetReflector.dll     IE:C:\ Program Files \ CruiseControl.NET \ server

- 重建解决方案

- 将新dll拖入您的巡航控制应用程序

-Restart cc.net

- 按照配置步骤设置项目块:

configuration steps

你已经完成了。

答案 1 :(得分:1)

在1.5中,本周只是CTP,TFS功能在基础包中,并且不需要插件。一直到1.5布莱恩已解释过。