The paketRestoreUP-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
install dependencies with paketInstall to create a paket.lock file.
delete the packages directory
run the task paketRestore to restore the packages directory
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 ajson
payload with multiple hashes.Steps to reproduce
paketInstall
to create apaket.lock
file.paketRestore
to restore the packages directorypaketRestore
againExpected behavior
The task should be
UP-TO-DATE
Actual Behavior
The task is not
UP-TO-DATE