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
8807004b20
commit
c7eaa2ec00
@ -2,9 +2,9 @@ $os = $args[0]
|
||||
|
||||
$linuxDotnetPaths = @("/usr/share/dotnet", "$env:HOME/.dotnet")
|
||||
$macOSDotnetPaths = @("$env:HOME/.dotnet")
|
||||
$windowsDotnetPaths = @("$env:LocalAppData\Microsoft\dotnet/*",
|
||||
$windowsDotnetPaths = @("$env:HOME\.dotnet",
|
||||
"$env:ProgramFiles\dotnet/*",
|
||||
"$env:HOME\.dotnet")
|
||||
"$env:LocalAppData\Microsoft\dotnet/*")
|
||||
|
||||
$pathsToClear = @()
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user