Reputation: 12485
I have installed TFS 2013 Express edition. I also want to activate the Continuous integration option, but when I click New Build Definition, I see the error below:
TF225001: Creating a build definition requires a build controller be defined for this team project collection.There may not be any controllers configured or you may not have the permissions to view them. Contract your Team Foundation Server administrator.
My Visual Studio is 2013 Community Edition and my Team Foundation Server is 2013 express edition.
Upvotes: 0
Views: 2184
Reputation: 22235
You need to install and configure a TFS Build Controller. Normally you would do this from the TFS Install, not sure if TFS Community includes the ability to be used as a build server also though.
Upvotes: 2