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?
Comments are currently closed for this discussion. You can start a new one.
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.
Feodor Fitsner closed this discussion on 30 Jul, 2023 09:02 PM.