Does anybody know if there is any Teamcity plugin for Delphi-IDE like the one for Visualstudio, which enables running personalbuilds directly from the IDE?
thank you
If your VCS is Git or Mercurial, it is also possble to define a trigger on your feature branches, which will run the personal build automatically:
Remote run on changes in DVCSs branches: New build trigger added that watches for commits into Git or Mercurial branches and adds personal build to the build queue when commit detected.