问题描述
我创建了一个视觉工作室在线帐户并创建了一个团队项目。一切正常。我可以毫无错误地访问团队项目。我使用Hosted Build控制器和托管构建代理创建了一个构建定义。
在构建定义中,Build Number格式被称为$(BuildDefinitionName)_ $(日期:yyyyMMdd)$(Rev:.r)这是默认情况。
我的要求是我需要在Build Number Format中包含变更集编号。但是我不知道怎么做。
我也看了下面给出的链接
http://stackoverflow.com/questions/10206108/getting-tfs-to-put-the-changeset-in-the-assembly-version
但这也是没帮我。
请帮我这个。
谢谢,
Hi,
I have created a visual studio online account and created a team project.Everything is working fine. I can access team project without error. I have created a build definition using the Hosted Build controller and hosted build agent.
In build definition the Build Number format is mentioned as "$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)" which is by default.
My requirement is that I need to include changeset number in Build Number Format. But I don't know how to do it.
I also read a link given below
http://stackoverflow.com/questions/10206108/getting-tfs-to-put-the-changeset-in-the-assembly-version
But this too did not help me.
Please help me with this.
Thanks,
推荐答案
这篇关于将changeset添加到版本#的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!