提交 34a3e41b 编写于 作者: J Jared Parsons

Use the --clear option

上级 fed27610
......@@ -366,7 +366,7 @@ function Get-VisualStudioDir() {
# Clear out the NuGet package cache
function Clear-PackageCache() {
$dotnet = Ensure-DotnetSdk
Exec-Console $dotnet "nuget locals all -clear"
Exec-Console $dotnet "nuget locals all --clear"
}
# Restore a single project
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册