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

前端 未结 12 1326
面向向阳花
面向向阳花 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:21

    Although none of previous answers worked for me, the post by Simon_Weaver pointed me in the right direction.

    He mentioned that vstest was in his list, but it wasn't in mine. I fixed it by adding a user-defined capability named "vstest" with the full path to vstest.console.exe under Visual Studio 2017.

提交回复
热议问题