是否可以设置 TFS 2010 进行门控签入,但使用 NAnt 作为构建引擎?

发布于 2024-09-14 02:31:45 字数 109 浏览 5 评论 0原文

我们目前使用 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

半透明的墙 2024-09-21 02:31:45

这是非常有可能的,也是 MSFT 从 MSBuild 迁移到 Workflow 4 来进行构建编排的原因之一。

有两个选项:

  1. 让 NAnt 团队创建一个自定义活动来复制 MSBuild 活动并进行软件构建
  2. 编写您自己的活动来调用 NAnt。

如果 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:

  1. Get the NAnt team to create a custom Activity that replicates the MSBuild activity and does the software build
  2. Write your own Activity to call NAnt.

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文