I'm trying to use Git tags as build numbers within TeamCity
For example if i'll push "11" as a tag to git branch, build number must be 11 too. I've seen examples using branch name as build number but couldn't find using tag as build number.
Is there anyway to do this?