是否可以设置 TFS 2010 进行门控签入,但使用 NAnt 作为构建引擎?
我们目前使用 TFS 作为源代码存储库,但与 MSBuild 相比,我更喜欢 NAnt 作为构建引擎。我想知道是否有人知道是否可以使用 NAnt 作为构建引擎,但仍然可以获得 TFS 门控签入构建的好处?
We are currently using TFS as our source code repository, but I prefer NAnt as my build engine over MSBuild. I was wondering if anyone knows if it is possible to use NAnt for the build engine but still get the benefits of having a TFS gated check-in build?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这是非常有可能的,也是 MSFT 从 MSBuild 迁移到 Workflow 4 来进行构建编排的原因之一。
有两个选项:
如果 NAnt 也运行测试,那么您可能必须自定义更多工作流程,并注意正确的数据仍会传递回 TFS,以便您仍能获得报告。
我可能会建议使用 Final Builder 因为它已经提供了集成选项。
This is very posible and is one of the reasons that MSFT moved from MSBuild to Workflow 4 for the orchastration of the build.
There are two options:
If NAnt runs the tests as well then you may have to customise more of the workflow, and be carefull that the correct data is still passed back to TFS so you still get your reporting.
I would probably recommend using Final Builder as it already provides the integration options.