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

Commands add/remove strip link:false from file references. #1089

Closed
philderbeast opened this issue Sep 25, 2015 · 0 comments
Closed

Commands add/remove strip link:false from file references. #1089

philderbeast opened this issue Sep 25, 2015 · 0 comments
Labels

Comments

@philderbeast
Copy link
Contributor

From #823 I am using link:false with v2.3.6 of paket. If I use paket add or paket remove then the link:false is stripped from the file reference in paket.references in my web project.

paket.dependencies ...

github mckamey/countdownjs countdown.js

paket.references in the web project ...

File:countdown.js Scripts link:false

After issuing an add or remove command for an unrelated package, in the web project, I see that the link:false option has been removed from all file references.

.paket\paket.exe add nuget jquery.mobile project WebApp1

paket.references in the web project after the paket add command was issued.

File:countdown.js Scripts
@forki forki added the bug label Sep 28, 2015
@forki forki closed this as completed in d38e6c1 Sep 28, 2015
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