How can I see what is cached?
I've enabled build caching of nuget packages as per article.
How can I see what is in the cache? Is there a file browser somewhere?
Keyboard shortcuts
Generic
? | Show this help |
---|---|
ESC | Blurs the current field |
Comment Form
r | Focus the comment reply box |
---|---|
^ + ↩ | Submit the comment |
You can use Command ⌘
instead of Control ^
on Mac
Support Staff 1 Posted by Feodor Fitsner on 30 May, 2023 08:23 PM
There is no UI for that, sorry. The best way to "see" what's inside is to do recursive "dir" on "install" phase of the build, once the cache is restored.