I am fairly new to Teamcity. I have a project setup in Teamcity with more than 100 build configurations many of which are dependent on each other. I create a setup executable file for the project from all these build configurations.
Considering a scenario where there is an upgrade to the product and only few components are changed, I need only those changed components in the setup. I want to identify the builds triggered due to SVN commits and not via dependency triggers. I want to use artifacts from SVN build triggers only.
Is there a way where I can find the builds triggered via SVN commit and include only these builds in the setup to create executable?