In the command prompt, I am typing:
tf workfold /unmap /workspace:xxx dev.azure.com/xxx/Mace
as I try to remove a project from an organization.
I also try:
tf workfold /unmap /workspace:xxx dev.azure.com/yyy/Mace
In both cases, I am getting:
Unable to determine the Source Control Server
substituting the computer name for dev.azure.com/xxx
didn't help, either.
xxx
is the development organization, yyy
is for production.
I went the tf.exe
route because I kept on getting:
The path c:\wsg_winservices\WinApps\Mace is already mapped in workspace xxx
Nothing helped here as I used TF.Exe
as a last resort for removing a project from a workspace:
- I deleted the source control files and source control folders in my local project.
- I removed the TeamFoundation stuff in the solution using notepad.
- I changed the project name in
xxx
(dev.azure.com
) and then deleted it. - Unbind didn't work, mapping to local folder didn't work, removing the workspace didn't work, changing the location from local to server didn't work.
How do you solve this? How do you remove the mapping from workspace xxx
?
To remove a project from an organization,you can try to use Projects - Delete rest api.
To get project id , use Projects - List rest api.
From the response , you can get projectId:
Sample: