We defined the UP-TO-DATE spec as always false for testing reasons in the past. This pull requests adds tests and upToDateWhen specs to mimic paket restore's own update check.
This pull request brings also a change in the paket base plugin. Paket base will apply the LifecycleBase plugin to be able to adjust the clean task. The clean task will delete all paket generated directories: .paket, packages and paket-files.
resolves #34
Changes
paketRestoreUP-TO-DATE check
clean task and configure deletion of paket directories
Description
We defined the
UP-TO-DATE
spec as always false for testing reasons in the past. This pull requests adds tests andupToDateWhen
specs to mimicpaket restore
's own update check.This pull request brings also a change in the paket base plugin. Paket base will apply the
LifecycleBase
plugin to be able to adjust theclean
task. Theclean
task will delete all paket generated directories:.paket
,packages
andpaket-files
.resolves #34
Changes
paketRestore
UP-TO-DATE check clean task and configure deletion of paket directories