i have simple folder structure:
project1
|_ nuget.config http://tinyurl.com/84ynb9z
|_ packages.config http://tinyurl.com/72zpy3z
project2
|_ nuget.config http://tinyurl.com/84ynb9z
|_ packages.config http://tinyurl.com/72zpy3z
packages
|_ FluentNHibernate.1.2.0.712
|_ FluentValidation.3.2.0.0
i need to restore packages from packages.config file (very trivial)
im using new function in nuget 1.6 that can restore packages when building, but i have 2 issues with it:
packages always "installed" in root folder. i tried to change NuGet.targets file a lot of times with a lot of variations but it always installed in root :(
it shows that packages installed (http://tinyurl.com/7f2ow6k) but nothing updated in References
btw:
im using nuget 1.6
i read http://goo.gl/zZabG and http://goo.gl/mJL7N already but nothing