1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2025-04-29 06:23:43 +07:00
This commit is contained in:
Vladimir Safonkin 2021-02-03 16:24:26 +03:00
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
}
}