You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
run the task paketRestore again
Expected behavior
The task should be UP-TO-DATE
Actual Behavior
The task is not UP-TO-DATE
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: