如何构建直到特定变更集编号的 TFS API 2010?

发布于 2024-08-10 20:49:19 字数 187 浏览 5 评论 0原文

假设我有一个变更集 1 到 10 的列表。是否可以指定它构建到第 10 号变更集。 5,而不是仅针对特定变更集或所有变更集 1-10 进行构建?

我知道可以指定要构建的文件的特定版本,例如changesetId、Date、Label、latest 和workspace 版本。那么,在我的应用程序中触发自定义构建时,如何指定“构建到 C5”呢?

Suppose I have a list of changesets 1 to 10. Is it possible to specify that it build till changeset no. 5, instead of building just for a particular changeset or all the changesets 1-10?

I know It's possible to specify a particular version of the files to build, like changesetId,Date,Label,latest and workspace versions. So how do I specify "Build till C5" when triggering a custom build in my application?

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

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

发布评论

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

评论(1

清君侧 2024-08-17 20:49:19

是的,您可以使用默认的构建过程模板来做到这一点。在构建过程参数的“高级”部分(在构建定义编辑器的“进程”选项卡中),将“获取版本”参数设置为要构建的变更集(例如“C5”)。更符合逻辑的是,您可以在“队列构建”对话框的“参数”选项卡中执行此操作。

Yes, you can do that using the default build process template. In the "Advanced" section of the build process parameters (in the Process tab of the build definition editor), set the "Get Version" parameter to the changeset you want to build (e.g. "C5"). More logically, you would do this in the Queue Build dialog's "Parameters" tab.

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