Open
Description
Our server builds should work completely offline.
With nuget packages and the cache directory, that works perfectly fine, but afaik there is no equivalent for http dependencies.
It would be nice if it was possible to also cache them.
Then subsequent installs/restores shouldn't even connect, but just take it from the cache.
Paket update should reload the file from the url, and overwrite the cache file, in case it changed.