I have multiple projects under one solution and I would like to add them to the same Git repo on Visual Studio team services.
For example in the Solution I have:
- The main application Project
- The admin application Project
- A data access logic Project
As the first two projects are totally dependent on the third project I would like to add them to the same repository.
I am using Visual Studio 2015 and Git. These are also MVC, C# projects.
Is it possible to have multiple projects, from the a single Solution, in the same Visual Studio Team Services repository?
If not, I can't seem to upload any of the projects to a different repository (from the same Solution), is this possible?
I would ultimately like to avoid needing to switch solutions while developing.