Automating Team Foundation Build configuration

好久不见. 提交于 2019-12-02 05:51:41

问题


I am currently searching for a way to configure a Team Foundation Build service + one build agent without having to use the configuration wizard.

Is there a way to do this? Whether it be through command line (I haven't found any command line installation options for TFS Build), or through the API.

Thanks!


回答1:


To add to Pantelif:

And there is a 3rd option, also unsupported: use the undocumented "/setup" commandline switch.

And there is a 4th option, officially supported but still in beta: Use Team Foundation Server 11, which supposedly supports unattended installations out-of-the-box




回答2:


It should be possible to do this with a C# implementation.
E. Hofman has bloged about this here, see also this article by J.Lamb.

The context in both occasions is not supported by Microsoft - so any actions may void your quarantee.

Unless you really need to do something like described in those articles (multiple build services on one Server, build multiple collections with one build server, or something in that genre) I fail to see the point in proceeding with this instead of using the wizard.



来源:https://stackoverflow.com/questions/9572682/automating-team-foundation-build-configuration

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!