Reputation: 5440
On my dev team we have had a few issues with Nuget packages not getting through TFS to team members. Is there anyway to guarantee this?
Upvotes: 0
Views: 52
Reputation: 25775
As Xavier mentioned, you should enable the "package restore" feature on your solution. See Using NuGet without committing packages to source control for details.
Upvotes: 1