Skip to content
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

copy_local behaviour #972

Closed
WebDucer opened this issue Aug 11, 2015 · 4 comments
Closed

copy_local behaviour #972

WebDucer opened this issue Aug 11, 2015 · 4 comments
Labels

Comments

@WebDucer
Copy link

In the paket.dependencies I have the following declaration:

source https://www.nuget.org/api/v2/

copy_local: false

nuget MvvmLightLibs
nuget Newtonsoft.Json
nuget NLog.Config
nuget NLog
...
nuget FluentAssertions copy_local: true
nuget NUnit copy_local: true
nuget Moq copy_local: true
...

I define global that I don't need the local copy of the libraries. I mark copy_local:true in the paket.references of the project that has the direct dependency on the library. this work very well.

All test projects need always some dependencies (NUnit, Moq etc.). I thoght if I mark them copy_local:true in the paket.depencencies this should work. But it doesn't. The references in this projects are not marked for copy local. Is this a bug or wanted behaviour?

@forki
Copy link
Member

forki commented Aug 11, 2015

that sounds like a bug. will check

@forki forki added the bug label Aug 11, 2015
@forki
Copy link
Member

forki commented Aug 11, 2015

I can reproduce

@forki forki closed this as completed in 0757243 Aug 11, 2015
@forki
Copy link
Member

forki commented Aug 11, 2015

fixed in 1.26.1

@WebDucer
Copy link
Author

Works!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

2 participants