Now that I'm using NuGet to add/update my required references, is it possible to only add packages.config to source control and have the .dlls added at build time?

Normally, like described in this related question, I store third party dependencies in a folder under the solution root and check them in to source control.

We're currently not using any custom build tools or scripts: just VisualStudio's default build with the .sln file.

link|improve this question

1  
+1 I'm kinda thinking about the same thing packages/NUnit has 3MB, should I commit it all or just the dll, or nothing – Chuck Norris Dec 17 '10 at 14:04
1  
You may be interested in reading this NuGet doc: Using NuGet without committing packages to source control – Leniel Macaferi Feb 8 at 4:17
feedback

1 Answer

up vote 8 down vote accepted

You can't right now but we're looking into it. See http://nuget.codeplex.com/workitem/165

link|improve this answer
Thanks. Didn't realize there was such a debate about it. – hometoast Jan 3 '11 at 12:36
3  
As of NuGet 1.1 you can't do this, but we're considering this for NuGet 1.2 or 1.3. – Haacked Feb 13 '11 at 0:42
Thanks for the update; I was just going to update to 1.1 today and came to check my question first. – hometoast Feb 14 '11 at 16:29
2  
Now complete, see docs on NuGet CodePlex site – Ruben Bartelink Apr 16 at 10:50
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.