Welcome to the Inedo Forums! Check out the Forums Guide for help getting started.

If you are experiencing any issues with the forum software, please visit the Contact Form on our website and let us know!

How to clear the cache or reset application?



  • Hello,

    After setting up my first packages, I messed up on one nuget package so I deleted the package from the feed then published a new one with the same name but the feed is still delivering the old incorrect version. Is there a way to clear the cache or reset the application?

    Product: ProGet
    Version: 4.3.1



  • It's actually the NuGet client that is caching the old packages, you can view the (multiple) caches with this command:

    nuget locals all -list
    

    And either delete the files in those directories or use this command:

    nuget locals all -clear

Log in to reply
 

Inedo Website HomeSupport HomeCode of ConductForums GuideDocumentation