TeamCity - Build triggering on specific file, Mercurial
- by Garrett
Hi
I'm trying to get my build to trigger only when i create a Tag in Mercurial. The way im trying to do this is by creating an additional Build Config (Tag Conf) for my project where I set the VCS build trigger to:
+:/.hgtags --Trigger only when tags are updated
-:. --Do not trigger on any other files
Whenever i push a changeset…