Skip To Content
PowerShell Gallery
Toggle navigation
Packages
Publish
Documentation
Sign in
Search PowerShell packages:
XpandPosh
1.9.6
Public/Nuget/Clear-NugetCache.ps1
function
Clear-NugetCache
{
[
CmdletBinding
(
)
]
param
(
)
begin
{
}
process
{
&
(
Get-NugetPath
)
locals
all
-clear
}
end
{
}
}