在另一个构建成功后触发 TFS 2010 Team Build

发布于 2024-10-24 04:38:01 字数 78 浏览 0 评论 0原文

使用 TFS 2010 Team Build 工作流程构建,我正在寻找链接两个构建的最干净的方法,这样如果第一个构建成功,则将运行第二个构建。

Using TFS 2010 Team Build workflow builds, I'm looking for the cleanest way to chain two builds, such that if the first one is successful the second one would be run.

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

往事随风而去 2024-10-31 04:38:01

我看到两个选项:

  1. 在构建中添加一个启动另一个构建的活动。
    由于实验室管理构建流程模板包含大部分此类逻辑,因此您可以重复使用这些活动。
  2. 在第二次构建时使用 CI 触发器。将其放入 Build2 工作区中的虚拟文件夹中。 Build1 准备好后签入该文件夹中的文件。然后Build2就会自动被触发。

I see two options:

  1. Add an activity in the build that starts another build.
    Since the Lab Management Build Process Template contains much of this logic you can re-use these activities.
  2. Use the CI trigger on the second build. Put in a dummy folder in the workspace of Build2. Build1 checksin a file in that folder when it is ready. Build2 will automatically be triggered then.
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文