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 cache layout changed #53

Open
Larusso opened this issue Jul 16, 2019 · 0 comments
Open

paket restore cache layout changed #53

Larusso opened this issue Jul 16, 2019 · 0 comments
Assignees
Labels

Comments

@Larusso
Copy link
Member

Larusso commented Jul 16, 2019

Description

The paketRestore UP-TO-DATE check is broken due to a change in the latest paket versions (The version is unknown because this issue just popped up). The content of the restore cache file used to be a copy of the lock file. The content is now a json payload with multiple hashes.

Steps to reproduce

  1. install dependencies with paketInstall to create a paket.lock file.
  2. delete the packages directory
  3. run the task paketRestore to restore the packages directory
  4. run the task paketRestore again

Expected behavior

The task should be UP-TO-DATE

Actual Behavior

The task is not UP-TO-DATE

@Larusso Larusso added the bug label Jul 16, 2019
@Larusso Larusso self-assigned this Jul 16, 2019
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

1 participant