如何构建直到特定变更集编号的 TFS API 2010?
假设我有一个变更集 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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
是的,您可以使用默认的构建过程模板来做到这一点。在构建过程参数的“高级”部分(在构建定义编辑器的“进程”选项卡中),将“获取版本”参数设置为要构建的变更集(例如“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.