Hello,
I created locally (on my pc) a solution in VS2019 which consists of two project: a "Class Library" and a "Windows Application" which referred to the Class Library (so that the application uses classes defined in the library).
I have created a personal AzureDevops space where I push my changes on the two projects.
I wanted to share my work with my collegues (in order to make them update it), therefore I tried to push the two projects in the company's AzureDevops space; I used the 'mirror' command with no error, but my collegues are not able to clone files correctly: it seems that a lot of references are not existing int the project that they clone on their pc.
I've also tried to directly import my personal repository in new company's repository (using the "import" function provided by AzureDevops, but I experienced the same issue.
What I am doing wrong?
Thanks in advance, any idea is appreciated.