sean2078
sean2078

Reputation: 5440

How can i make sure installed packages get to team members through TFS?

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

Answers (1)

Jim Lamb
Jim Lamb

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

Related Questions