How to add an existing solution to a Team Foundation Server?

后端 未结 3 931
春和景丽
春和景丽 2021-02-05 00:50

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\' DefaultCollectio

3条回答
  •  粉色の甜心
    2021-02-05 01:04

    For Team Foundation Service:

    1. Go to your http://.visualstudio.com
    2. Create a new Project via the website
    3. Open your solution in Visual Studio 2017
    4. Go to "Team Explorer" and double click the newly added project name from TFS (it is normally set in a gray color)
    5. Go back to "Solution Explorer" and to right mouse click on the solution and select "Add to source control"
    6. Right mouse click on the solution in "Solution Explorer" and select "Check in" for an initial check in to TFS

    ;-)

提交回复
热议问题