How to remove a TFS Workspace Mapping?

前端 未结 21 2117
深忆病人
深忆病人 2020-11-29 16:54

I had a project in tfs within a team project then we moved the project to a different location in another team project.

I had configured Jenkins to connect to the te

21条回答
  •  小蘑菇
    小蘑菇 (楼主)
    2020-11-29 17:35

    Run tf workspaces to view current workspace mappings. Output looks like:

    Then run tf workspace /delete "{workspace};{user}

    Using output above, to delete workspace bi:

    tf workspace /delete bi;James Wierzba

提交回复
热议问题