0

As I got the error on build controller as mentioned here, I open the build configuration in Administrator Console on my TFS Server 2012 server, and go for the property as below snapshot. It seems that we can NOT select the build service for more than one team project collection.

Why do we have the option to create multiple team project collection while we can build from one of them only?

enter image description here

Community
  • 1
  • 1
Nam G VU
  • 33,193
  • 69
  • 233
  • 372

1 Answers1

2

This is a known limitation of Team Build. Each Build Controller can only be assigned to one TeamProjectCollection, but you can install multiple Build Controllers (although you can only install one Build Controller on one Machine). So if you need to service multiple Project Collections, you will need to configure multiple Build Controllers, meaning multiple Build Servers (machines).

See also:

Community
  • 1
  • 1
jessehouwing
  • 106,458
  • 22
  • 256
  • 341