Sangam Uprety
Sangam Uprety

Reputation: 1482

No add folder option in tfs 2015 code explorer pane

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?

add folder option not available in tfs 2015 code explorer

Upvotes: 0

Views: 560

Answers (2)

Eddie Chen - MSFT
Eddie Chen - MSFT

Reputation: 29968

Download and install Folder Management extension to your TFS collection, you will be able to create folder from left panel:

enter image description here

Upvotes: 1

PatrickLu-MSFT
PatrickLu-MSFT

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

Related Questions