0
votes

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?

1
Are those packages checked-in into TFS Source Control, or are you making use of NuGet's Package Restore feature?Xavier Decoster

1 Answers

1
votes

As Xavier mentioned, you should enable the "package restore" feature on your solution. See Using NuGet without committing packages to source control for details.