Browse Source

refactor token

arthur.wu 2 years ago
parent
commit
46a5b31bac
1 changed files with 1 additions and 1 deletions
  1. 1 1
      Clear-Not-Recommended.ps1

+ 1 - 1
Clear-Not-Recommended.ps1

@@ -1,3 +1,3 @@
-dotnet nuget locals all --clear
+dotnet nuget locals global-packages -c
 Write-Host 'Finished!' -NoNewline
 $null = [Console]::ReadKey('?')