TFS 2015:No agent could be found with the following capabilities: msbuild, visualstudio, vstest

后端 未结 3 1760
孤城傲影
孤城傲影 2021-01-13 09:40

We have recently upgraded to TFS 2015 Update 4. When I tried to do a build, I am getting the following error:

There are issues with the request or def

3条回答
  •  广开言路
    2021-01-13 10:23

    You could double check if you are missing some capabilities such as VSTEST_15.0 for the build agent.

    Settings- Agent Queues- Agent Pool - Agent- Capabilities

    If the test related capabilities are missing, you could try to reregister the build agent. Or manually add the capabilitie by select +.

提交回复
热议问题