mirror of
https://github.com/actions/setup-dotnet.git
synced 2024-11-22 19:41:08 +07:00
Debug
This commit is contained in:
parent
c7eaa2ec00
commit
6b7d951977
@ -19,6 +19,6 @@ if ($os -eq "Linux") {
|
|||||||
foreach ($path in $pathsToClear) {
|
foreach ($path in $pathsToClear) {
|
||||||
if (Test-Path $path) {
|
if (Test-Path $path) {
|
||||||
Write-Host "Clear $path path"
|
Write-Host "Clear $path path"
|
||||||
Remove-Item $path -Recurse -Force
|
Remove-Item $path -Recurse -Force -ErrorAction SilentlyContinue
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user