How to add a new solution to the project of my team?

We have a team project in TFS 2010. This team project is used as a container for several small related projects to share bugs, work items, etc. My question is: how to add a new VS solution for this team project?

I created a new solution in my local working folder. A team project has already been created on the server. When I go to Source Control Explorer and try to add a new solution to the project, I cannot add a new solution because I do not have a destination folder. I cannot display the destination folder because I cannot figure out how to add a new folder to the server project for a new solution. Caught in some kind of evil circular logic ... help!?!

+6
source share
2 answers

MSDN has a good guide on adding a new version control solution: http://msdn.microsoft.com/en-us/library/ms181374.aspx .

Does it help?

+4
source

To add a new solution from your local files to TFS, you can:

In the solution explorer, right-click in the solution and select " Add Solution to Source Control "

Then you can right-click and select check .

Then the whole solution will be added to your team project in TFS.

enter image description here

0
source

Source: https://habr.com/ru/post/897767/


All Articles