c# - Is it possible to force TeamCity to create one build for each SVN commit? -
i have follow configuration in teamcity:
- 2 projects , each project build configurations
my problem whenever teamcity building project , new tag created (e.g: tag-5.9.0 revision 533) tag goes “pending” list. if tag created (e.g: tag-5.9.1 revision 539) have 2 tag’s in pending list.
what happens teamcity compile newest tag.
my output folder supposed contain follow folders:
- c:\deploy\client\version\tag-5.9.0-rev.533
- c:\deploy\client\version\tag-5.9.1-rev.539
however have last committed tag.
- c:\deploy\client\version\tag-5.9.1-rev.539
is there way force individual build each commit ??
thanks,
teamcity version 6.5.1 (build 17834)
this feature not implemented answed jetbrains developper, can check post jetbrains developer, have workarounds this.
thanks.
Comments
Post a Comment