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

Fix Paket.restore references-files #2474

Merged
merged 2 commits into from
Mar 5, 2020

Conversation

nilshelmig
Copy link
Contributor

@nilshelmig nilshelmig commented Feb 25, 2020

Description

This PR fixes #2473

Since the changes from 225b9b5 Paket.restore won't work when using the RestoreParams ReferenceFiles. For ReferenceFiles it uses the Paket argument --reference-files but the s is missplaced. Actual argument is --references-file (See Paket restore command)

@matthid matthid merged commit bb50ae8 into fsprojects:release/next Mar 5, 2020
@matthid matthid mentioned this pull request Mar 5, 2020
3 tasks
@matthid
Copy link
Member

matthid commented Mar 5, 2020

Thanks!

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

Successfully merging this pull request may close these issues.

Paket.restore fails when using ReferenceFiles
2 participants