I've upgraded a VS 2013 solution to Visual Studio 2015 using these steps. Now I want to move the project from the Projects folder under VS 2013 to the VS 2015 Projects folder. The code is checked in to Team Foundation Server 2013. What steps do I take to change the TFS working folder?
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试):
问题:
回答1:
I think you want the following
- In VS 2015 (with no solution loaded) open Team Explorer at the Home section
- In the "Solutions" section expand the drop-down beside "Workspace:" and select "Manage Workspaces..."
- Select your workspace and click Edit
- Point your working folder to wherever you want by clicking "..." in both the "Source Control Folder" and "Local Folder" column.
- Answer Yes when prompted to get the latest files from version control to update your workspace.
Source files will be removed from the previous working folder and placed in the new working folder.