TFS does not collect DLLs installed via nuget

It seems that whenever a package is installed via nuget, TFS does not pick up dll files for this pacakge, and it becomes painful to work on a project with several developers when adding new DLLs and old updates. p>

In the packages folder there is a check box.

I searched google and it seems to find people with the same problem, but without a solution.

Is there a solution to this problem?

+5
source share
2 answers

I would suggest not checking in the packages folder, but instead of enabling package recovery .

+7
source

Give up on TFS NuGetter , the integrated NuGet solution in the TFS build process.

+2

All Articles