So VSCode on a Mac and Visual Studio 2022 on windows. I have an existing repo in DevOps which has a solution with 5 projects, this works fine.
Now I need to create a new solution which needs to reference 2 of the projects in that repo (they are helper classes)
I can build the solution locally, new solution and add project from the local repo for the helper classes.
But I am struggling with how to push that new solution into DevOps.
Is there any guidance or best practises for doing this? Seems awfully complicated for what seems like a common and simple ask - source safe or team server was fine with this
thanks! Paul