Skip to content

Instantly share code, notes, and snippets.

@tcartwright
Created January 5, 2024 21:01
Show Gist options
  • Save tcartwright/e1f48ace217542f19c8fccdb92c9f269 to your computer and use it in GitHub Desktop.
Save tcartwright/e1f48ace217542f19c8fccdb92c9f269 to your computer and use it in GitHub Desktop.
NUGET: Clears all local caches
@REM https://docs.nuget.org/consume/command-line-reference
@call "%ProgramFiles%\Microsoft Visual Studio\2022\Professional\Common7\Tools\VsDevCmd.bat"
nuget locals all -clear
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment