I have a solution with 2 projects: Project1 and Project2. Both projects and the solution are currently in one TFS branch in Azure Devops. Project1 is a .net Core App while Project2 is a .Net Framework App. I want to migrate Project2 to .net Core and upload it to the repository, ideally using the same name, what's the best way to go about this? This is what I've tried so far:
- Renaming the current .net framework Project2 to Project2NetFramework.
- Renaming the folder where .net framework Project2 was stored
- Creating a new .net core project and naming it Project2
- Checking in Project2 to AzureDevops.
I get conflicts when checking in and when I check Azure Devops, Project2NetFramework is missing. Which steps do I have to follow to do this?
question from:
https://stackoverflow.com/questions/65870691/renaming-project-in-solution-and-check-it-in-to-azure-devops-in-tfs 与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…