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

Popular posts from this blog

linux - Using a Cron Job to check if my mod_wsgi / apache server is running and restart -

actionscript 3 - TweenLite does not work with object -

jQuery Ajax Render Fragments OR Whole Page -