简体   繁体   English

TFS 2013 API项目创建

[英]TFS 2013 API Project Creation

Can't seem to find an answer to this on MSDN or on here, does the Team Foundation Server 2013 API expose any methods to allow Project Creation? 在MSDN或此处似乎找不到答案,Team Foundation Server 2013 API是否公开了允许项目创建的任何方法? and if so in which classes? 如果是的话,在哪个班级?

No: project creation is a complex process involving many modules (DLLs). 否:项目创建是一个复杂的过程,涉及许多模块(DLL)。 In fact, it requires Visual Studio (or Team Explorer) the same or newer version of TFS. 实际上,它要求Visual Studio(或Team Explorer)具有相同或更新的TFS版本。

If you need to automate, you may use the tfpt createteamproject command line tool. 如果需要自动化,则可以使用tfpt createteamproject命令行工具。

Update 2016-07-22 : Since TFS 2015 Update 2 it is possible to create a project using the REST API . 更新2016-07-22 :自TFS 2015更新2起,可以使用REST API创建项目。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM