TfsTeamProjectCollection API

血红的双手。 提交于 2019-12-02 09:02:13

I think you need the URL of the Team Project Collection, not just the server, probably:

http://server:8080/tfs/collection

There is an example of connecting on MSDN but it iterates through all the project collections on the TFS instance, but with that example code you could examine TfsTeamProjectCollection.Uri to confirm the correct URI to use.

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