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

Paket.restore is broken #2411

Closed
BillHally opened this issue Oct 21, 2019 · 0 comments · Fixed by #2413
Closed

Paket.restore is broken #2411

BillHally opened this issue Oct 21, 2019 · 0 comments · Fixed by #2413

Comments

@BillHally
Copy link
Contributor

BillHally commented Oct 21, 2019

Description

Paket.restore fails with the error "no valid subcommand has been specified."

Repro steps

Invoke Paket.restore.

Here's a small repository that can be used to demonstrate the problem.

Expected behavior

Paket is invoked with the "restore" subcommand.

Actual behavior

Paket is invoked without the "restore" subcommand, and reports the above error as a result.

Known workarounds

Use Fake 5.17.0 or earlier.

Related information

  • Indications of severity: Breaks the build
  • Version of FAKE (4.X, 5.X): 5.18.0

Comments

It looks like the code used to insert arguments into a format string starting with "restore", but that is no longer the case:

225b9b5#diff-c2cb996d9466c591b1f98d45f9d3231cL272-L277

I'll send a PR soon.

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 a pull request may close this issue.

1 participant