如何将现有解决方案添加到 Team Foundation Server?
我有一个解决方案,其中包含 7 个项目。 我想尝试一下 TFS(只是为了看看它是如何工作的等),所以我想将这个现有的解决方案添加到我的 TFS 的 DefaultCollection 中。
这是否可以在不重新创建所有项目并添加其文件的情况下实现?
I have a solution, which contains 7 projects.
I wanted to try out TFS (just to see how it works etc.), so I would like to add this existing solution to my TFS' DefaultCollection.
Is this possible without re-creating all the projects and adding their files?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(4)
当然,只需右键单击解决方案资源管理器中的解决方案,然后选择“将解决方案添加到源代码管理”。
Sure, just right click on the solution in Solution Explorer and select "Add Solution to Source Control".
对于 Team Foundation Service:
;-)
For Team Foundation Service:
;-)
此步骤始终对我有用
This steps always work for me