Search code examples
tfs-2015

Creating a CI Build for in premise TFS 2015


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.

TFS CI/CD


Solution

  • 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

    enter image description here

    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.