Reputation: 2446
I'm moving CI setup from TeamCity to Visual Studio Team Services (was VS Online) switching to the built in Team Services Git. It all seems good but in TC I was able to set it up to automatically build all branches on check-in. This gave lots of benefits and significantly streamlined my process.
Team Services seems to insist that I have a branch filter, does anyone know how I can make turn this into a "build all branches" situation (or why I shouldn't build all check-ins on all branches!)
Upvotes: 15
Views: 2828
Reputation: 2446
Oops, sorry I figured it out. Basically, the drop down box to select the branch has a search function into which you can type anything. If you hit return twice it will take this as the filter. If you pass in "*" it will work.
UPDATE
You only have to type in a *
and it'll allow it with one enter. It's still on the Triggers tab.
Upvotes: 29