将集合的构建控制器从一台服务器更改为另一台服务器
我注意到我被告知在工作中使用的一个新集合使用了错误的构建控制器。我通过转到“管理构建控制器”窗口发现了这一点。我们拥有的另一个集合使用一个构建控制器,其中包含所有必要的软件,我希望它成为两个集合的构建控制器。
“管理构建控制器”窗口仅允许我删除控制器。但是如何将另一个构建控制器分配给集合呢?
I noticed that a new collection that I have been told to use at work uses the wrong build controller. I found this out by going to the "Manage Build Controllers" window. Another collection we have uses a build controller that has all the necessary software on there and I would like that to be the build controller for both collections.
The Manage Build Controllers window only allows me to Remove a controller. But how do I assign the other build controller to the collection?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
构建控制器只能用于团队项目集合。它不能在集合之间共享。
要将构建控制器注册到集合,您需要登录安装了构建控制器的构建计算机,打开 Team Foundation 管理控制台并转到构建配置部分,选择取消注册构建服务主机(如果当前已注册)另一个团队项目集合,并将其注册到所需的团队项目集合中。
此链接为您提供了有关配置构建系统的多个主题,包括创建和注册构建控制器和构建代理:
http://msdn.microsoft.com/en-us/library/ms181711.aspx
无法通过 Visual Studio 完成构建配置。
希望这有帮助。
A build controller can only be used for a team project collection. It cannot be shared among collections.
To register a build controller to a collection, you will need to logon the build machine where the build controller is installed, open the Team Foundation Administration Console and go to Build Configuration section, select to Unregister the build service host if it is currently registered to another team project collection, and register it to the desired team project collection.
This link provides you several topics about configuring your build system, including creating and registering build controllers and build agents:
http://msdn.microsoft.com/en-us/library/ms181711.aspx
Build configuration cannot be done via Visual Studio.
Hope this helps.