We use TeamCity as our CI machine for building Visual Studio 2015 projects. Currently it builds automatically each push in few selected branches.
I'd like to configure the build server to automatically create new build configurations for new branches by copying the config setting from master build configuration so I don't have to create these configurations manually.
Is this possible right now? Thanks