Click here to Skip to main content
15,887,939 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
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,
Posted

1 solution

I got the answer from the web link given below

http://stackoverflow.com/questions/32708478/adding-changeset-into-version/32731212#32731212[^]


Please let me know if it is helpful for some other people.It helped me.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900