Reputation: 1482
I did not find Add folder option in right pane of code explorer in tfs 2015. But there is Add Files option and I can add files to any folder in the code exploerr. Please refer to the screenshot below. Did anyone have same issue?
Upvotes: 0
Views: 560
Reputation: 29968
Download and install Folder Management extension to your TFS collection, you will be able to create folder from left panel:
Upvotes: 1
Reputation: 51093
According to the screenshot, you are using Git repo in TFS. It's not a issue, it's by designed.
You could not add folders in remote repo directly. The add files is more like upload file. If you want to add folders, suggest you directly push your local repo to remote repo.
Also take a look at this similar question: How do I add a whole folder to Visual Studio Team Services (was TFS Online)
Upvotes: 0