Joseph Anderson
Joseph Anderson

Reputation: 4144

TFS Add Binaries Folder

I have my folders structured like this:

enter image description here

I would like my TFS to look like the image above. Here is what it looks like:

enter image description here

The second image is the inside of the source folder. How do I tell TFS to start at the root? How do I include the bin folder, which has several shared binaries, in my project?

Upvotes: 0

Views: 359

Answers (2)

TimVK
TimVK

Reputation: 1146

Just drag and drop the bin folder from Windows Explorer to where you want it in the Source Control Explorer and then Include the binaries that are on the Exclude tab and check everything in then.

Upvotes: 1

Its Possible if you mapped the folder containing the Binaries to a folder under the Team Project in TFS

Upvotes: 0

Related Questions