-
Notifications
You must be signed in to change notification settings - Fork 526
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Override 'copy_local' in 'paket.dependencies' with values from 'paket.references' in projects #836
Comments
please try 1.5.1 - I still have to cleanup the mess I did with the commit, but I want to get feedback if it works. |
Helo. I tested with the version 1.5.6 today. It doesn't work for me. As soon as I declare |
Ok will check again
|
Oups that helped me to discover a bigger issue. Thanks for reporting.
|
Now it works! Tested today with 1.6.2. Thanks a lot. |
Helo.
We often build all projects of a solution to a common output directory. So we would like not to copy the nuget references with every project again and again.
So we deactivate 'Copy Local' by default in our projects. Only the project that has the major use of the package, set 'Copy Local' to true (in most cases the the adapter/proxy project).
I tried to rebuild this behaviour with paket, but without success.
In
paket.dependecies
iscopy_local
set to false. In the adapter project one of the nuget references inpaket.references
is set withcopy_local
to true. In all projects 'Copy Local' is set to false.paket.dependencies
paket.references
The text was updated successfully, but these errors were encountered: