I recently ran darc vmr remove-repo razor in dotnet/dotnet#6355 and it worked well enough, but there are a couple more things it could do, that I had to do manually (and only after waiting for failed builds to tell me what was wrong):
- Remove the
repo-projects\<repo>.proj file
- Remove any
<RepositoryReference Include="<repo>" /> references in other repo projects
I recently ran
darc vmr remove-repo razorin dotnet/dotnet#6355 and it worked well enough, but there are a couple more things it could do, that I had to do manually (and only after waiting for failed builds to tell me what was wrong):repo-projects\<repo>.projfile<RepositoryReference Include="<repo>" />references in other repo projects