I am trying to make my team-city build configuration to trigger a build upon any new tag in any branch of my mercurial repository.
I added a build triggering as follows:
+:/.hgtags
-:.
My problem is that team-city detects changes in the .hgtags only for the current tip branch.
If someone pushes a new tag to another branch, team-city doesn’t seem to detect this change in .hgtags (because it was not changes in the current tag) and doesn’t trigger a new build.
How can I overcome this issue?
Thanks
From TeamCity Mercurial page