I'm new to using NuGet and I'm trying to understand a few things..I know that there is a global cache that stores the packages under userHome/.nuget/packages/
In addition there are a few different ways to edit/customize this location according to NuGet Spec
But I was wondering if there is a way to list the actual project cache used by nuget restore
.
For example nuget packagesPath
such command - I know it doesn't exist :)
I tried the command nuget locals all -list
and it only shows the global caches.
Hope it was clear, thanks in advance :)