pull/165/head
Vladimir Safonkin 5 years ago
parent d33a835564
commit 45c0959fcd

@ -20,7 +20,7 @@ if ($os -eq "Linux") {
foreach ($path in $pathsToClear) {
if (Test-Path $path) {
Write-Host "Clear $path path"
Remove-Item $path -Recurse -Force
# Remove-Item $path -Recurse -Force
}
}

Loading…
Cancel
Save