Reputation: 7285
I create a new build definition using the Visual Studio template. In the part where I have to Save and Queue the build, I see this window below but I cannot see anything in Queue drop-down to select. How should I set this up? Looks like I am missing a step.
Upvotes: 1
Views: 123
Reputation: 1377
You have to setup up build agent, pool and queue.
Here is a Microsoft introduction "How to configure Agents, Pools and Queues"
Upvotes: 0
Reputation: 51173
There should be some agent pools for you selecting under the queue drop.
First you could manually check if there are some agent pools under Agent Queues--All Queues
If there are, this may related to permissions. Double check if your account have enough related permission such as queue builds. Make sure there is not any deny setting for your account and any group your account joined. In TFS, deny trumps allow.
Upvotes: 1