I would like to create an integration assembly in VS Team Services, which starts when the commit is performed with any branch (develop / feature xy), except for master.
I can create a trigger for this:

but how can I check the sources of the branch that caused the assembly?
On the task tab, the first step is "Get Sources", and here I can only select one branch (you cannot use a wildcard here):

Otherwise, for example, the assembly is started by the feature branch, but the sources are taken from the development branch. How can i do this?
continuous-integration vsts vsts-build vsts-build-task
Thomas schneiter
source share