I have created a visual studio online account and created a team project. Everything is working fine. I can access the team project without errors. I have created a build definition using the Hosted Build controller and hosted build agent.
In tbe build definition the Build Number format is:
"$(BuildDefinitionName)_$(Date:yyyyMMdd)$(Rev:.r)"
which is the 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 have also read this stack overflow question
but this did not help me.