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

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

    per microsoft https://msdn.microsoft.com/en-us/ie/bb399135(v=vs.94)

    You must install on the build agent the version of Visual Studio that your team uses on its dev machines. See Installing Visual Studio. You must also install any other software and components that are installed on your dev machines and that are required to build your app.

提交回复
热议问题