Error 'No agent could be found with the following capabilities: msbuild, visualstudio, vstest'

前端 未结 12 1319
面向向阳花
面向向阳花 2020-12-05 12:41

I\'m setting up a new build server using TFS 2015 and after I configured the agent, when I tried to queue a build I got this error:

No agent could be

12条回答
  •  时光取名叫无心
    2020-12-05 13:12

    What ended up working for me was to go to where I downloaded the agent and running:

    ./config.cmd remove then ./config.cmd to reinstall the agent from the command line inside the directory of my agent.

    Download agent

提交回复
热议问题