I just migrated some builds from bamboo over to azure devops and I need to get the build numbers in ado to start from a specific number, for example last build in bamboo was 50, I need the first build in ado to be 51. How can I accomplish this via yaml pipeline?
Can I do someting like name: $(last.bamboo.build)+$(Rev:r)?
Thanks all in advance.