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

Restoring paket.dependencies using FAKE #1095

Closed
mvkara opened this issue Jan 21, 2016 · 2 comments
Closed

Restoring paket.dependencies using FAKE #1095

mvkara opened this issue Jan 21, 2016 · 2 comments

Comments

@mvkara
Copy link

mvkara commented Jan 21, 2016

Might be just me who can't find how to do it but I'm after the ability to do a "paket restore" from FAKE. There's lots of helpers on how to do so in Nuget but in the Paket module there only seems to be the ability to create and push packages.

There's an assumption that I'm getting FAKE via Paket and that paket.dependencies file is the same as required for the solution I'm building. In my case FAKE is already retrieved from elsewhere and I want to restore the paket.dependencies for a solution before building it.

Any help would be appreciated - thanks.

@forki
Copy link
Member

forki commented Jan 21, 2016

I'm not against such an helper. Should be straight forward to build that. Give it a try.

@mvkara
Copy link
Author

mvkara commented Jan 23, 2016

There you go. Let me know if there is any concerns.

@forki forki closed this as completed in cf6f5d4 Jan 23, 2016
forki added a commit that referenced this issue Jan 23, 2016
resolves #1095 - adds paket restore to the PaketHelper
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants