Is it possible to use paket having no connection to Nuget repository? We have our nuget repository where we store all necessary libs. We use paket to fetch it. Everything works fine while we are working under our company network or using vpn. However paket fails to reach our nuget repository outside our network. No doubts, this behavior is expected.
At the same time I noticed that paket tries to fetch packages from local nuget cache (%userprofile%.nuget) first. The desired behavior is to work directly with nuget local cache if there is no connection to original nuget repository and to throw just warning about it, not an error (throw an error only if there is no required package in cache). Is it possible or such functionality is not provided (yet)? As I know Nuget doesn't crash build if it can get packages from the local cache without connection to repository. Thanks
UPD Howto disable nuget machine-wide cache? - that is not what I want. Nuget itself works fine, the question is about paket.exe