I was wondering if there is a way to map C:\AOSService\PackageLocalDirectory\ in different workspaces of the same virtual environment.
For example, I create an organization called CPProjects in Azure DevOps, then create two separate projects called CPFleetManagement and CPAccountsReceivable respectively. These two projects are unique and different from each other, and will have their own solution files in the VM (CPFleetManagement.sln and CPAccountsReceivable.sln respectively).
If I do a workspace mapping for CPFleetManagement and link it to Azure DevOps, everything is good (server/local mapping would be Projects = */CPFleetManagement and Metadata = C:/AOSService/PackageLocalDirectory).
When I do the same mapping for CPAccountsReceivable, Visual Studio will throw an error saying the folder PackageLocalDirectory is already mapped in the previous workspace. Deleting the workspace mapping for CPAFleetManagement is off the table, since I'll need the mapping there to check in code for CPFleetManagement.
Is there a way to map the PackageLocalDirectory to the second project without resorting to deleting the previous workspace mapping?