2017年1月17日 星期二

nuget command 工具

參考資料: http://stackoverflow.com/questions/30933277/how-to-clear-nuget-package-cache-using-command-line

download: https://dist.nuget.org/win-x86-commandline/latest/nuget.exe

Next, open a command prompt and cd to the directory to which nuget.exe was downloaded.
You can list the local caches with this command:
nuget locals all -list
You can clear all caches with this command:
nuget locals all -clear

標籤:

0 個意見:

張貼留言

訂閱 張貼留言 [Atom]

<< 首頁