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

7 строки
179 B
PowerShell

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