Skip to content
This repository has been archived by the owner on Dec 5, 2024. It is now read-only.

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 subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

No branches or pull requests

1 participant