TFS 是否记录构建参数?
当对新构建进行排队时,我们可以选择更改默认参数。这些更改是否记录在某个位置(TFS 操作存储中或 TFS 数据仓库中)?
When queueing a new build, we get the option to change the default parameters. Do these changes get recorded somewhere, either in the TFS Operational Store or in the TFS Data Warehouse?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
根据 中描述的行为,这些参数应该在 Team Foundation Build Operations Store 中可用。 http://msdn.microsoft.com/en-us/library/ms244687.aspx。
These parameters should be available in the Team Foundation Build Operational Store, according to the behavior described in http://msdn.microsoft.com/en-us/library/ms244687.aspx.
我的建议是将它们记录为构建工作流程的一部分,然后日志将与构建输出一起存储。如果您阅读了 ALM Ranger 构建指南,他们建议采用这种方法,并且我相信该指南附带的 BRDLite 自定义构建过程模板可以做到这一点: http://rabcg.codeplex.com/
My advice is to log them as part of the build workflow, then the log will be stored with the build outputs. If you read the ALM Ranger Build Guidance they suggest taking this approach, and I believe the BRDLite customized Build Process Template that ships with the guidance does this: http://rabcg.codeplex.com/