1
0
mirror of https://github.com/actions/setup-dotnet.git synced 2026-02-18 15:31:20 +01:00

Minor fix

This commit is contained in:
Vladimir Safonkin
2021-02-03 16:54:18 +03:00
parent 2d640ec739
commit 8807004b20

View File

@@ -13,7 +13,6 @@ if ($os -eq "Linux") {
} elseif ($os -eq "macOS") { } elseif ($os -eq "macOS") {
$pathsToClear = $macOSDotnetPaths $pathsToClear = $macOSDotnetPaths
} elseif ($os -eq "Windows") { } elseif ($os -eq "Windows") {
Write-Host $env:LocalAppData
$pathsToClear = $windowsDotnetPaths $pathsToClear = $windowsDotnetPaths
} }