I have the follow configuration in my TeamCity:
- 2 Projects and each project some build configurations
My problem is that whenever TeamCity is building a project and a new Tag is created (e.g: Tag-5.9.0 revision 533) this tag goes to the “Pending” list. If another Tag is created (e.g: Tag-5.9.1 revision 539) I have now the two Tag’s in the Pending list.
What happens is that TeamCity will always compile the newest Tag.
My output Folder was supposed to contain the follow folders:
- C:\Deploy\Client\Version\Tag-5.9.0-rev.533
- C:\Deploy\Client\Version\Tag-5.9.1-rev.539
However I have just the last committed Tag.
- C:\Deploy\Client\Version\Tag-5.9.1-rev.539
Is there a way to force an individual build for each commit ??
Thanks,
TeamCity Version 6.5.1 (build 17834)