1
0
Форкнуть 0
ApplicationInsights-aspnetcore/CleanPackagesCore.ps1

8 строки
182 B
PowerShell

#enable verbose mode
$VerbosePreference = "Continue";
[String]$dnxRoot = [System.Environment]::ExpandEnvironmentVariables('%USERPROFILE%\.nuget');
rm -r $dnxRoot\packages -Force