Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to get all GIT branches monitored by TFS CI?

Team Foundation Server 2013 offers a Continuous Integration build service. In the process of settings this up in Visual Studio 2013, I ran into dialog for selecting GIT branches to watch:

The dialog window

What should I do if I want to trigger the build for all commits?

like image 335
Lukáš Lánský Avatar asked Nov 08 '13 13:11

Lukáš Lánský


1 Answers

I figured it out! I can write refs/heads/* into Include section. Every name is going to be matched by the star.

like image 122
Lukáš Lánský Avatar answered Nov 03 '22 10:11

Lukáš Lánský