Search code examples
visual-studioazure-devops

Solution is still in Azure DevOps which is not in repo


I added a project into the solution and then pushed it into Azure Devops. I have now opened the repository in VS - removed the project (as I don't want it in there) and then pushed it back to devops and it's still there and I cannot get it removed.

This is my VS Solution:

enter image description here

And this is my devops:

enter image description here

Whatever I do I cannot remove the other project from the solution in devops.


Solution

  • You only removed the project from the solution. It's still there in the file system. To completely remove it from source control, you need to delete it physically, i.e., via Windows Explorer.