Using a git tag as VCS ref name
I'm trying to have VCS root that instead of using a branch uses a tag to do a clone, but it doesn't allow me. I get this message on build.
'git fetch' command failed.
stderr: Remote does not have refs/heads/master.0.7.0.95 available for fetch.
is there a way to get this working?
Please sign in to leave a comment.
Hi Keivan,
support for tags added in TeamCity 6.5. To checkout tag use refs/tags/master.0.7.0.95 in the ref field of VCS root settings.