rsm-hcd / AndcultureCode.Cli

and-cli command-line tool to manage the development of software applications
https://andculture.com
Apache License 2.0
14 stars 15 forks source link

Flag to clear nuget cache #142

Open brandongregoryscott opened 3 years ago

brandongregoryscott commented 3 years ago

Add a flag to either dotnet or nuget that clears out the package cache. This is useful when trying to isolate problems from a package upgrade, or more commonly when attempting to pull a recently published package that isn't yet recognized by a regular dotnet --clean --restore but is showing up on nuget.org.

See dotnet nuget locals.