I'm building GitHub pull requests in TeamCity. I'm setting the branch specification in git VCS root to +:refs/(pull/*)/head
. I'm checking out the sources on agent.
With such setup I see that TeamCity doesn't fetch tags - the .git/refs/tags folder is empty.
Why is that?