mirror of
https://github.com/actions/setup-dotnet.git
synced 2026-06-07 21:17:12 +00:00
Debug
This commit is contained in:
parent
8807004b20
commit
c7eaa2ec00
1 changed files with 2 additions and 2 deletions
|
|
@ -2,9 +2,9 @@ $os = $args[0]
|
||||||
|
|
||||||
$linuxDotnetPaths = @("/usr/share/dotnet", "$env:HOME/.dotnet")
|
$linuxDotnetPaths = @("/usr/share/dotnet", "$env:HOME/.dotnet")
|
||||||
$macOSDotnetPaths = @("$env:HOME/.dotnet")
|
$macOSDotnetPaths = @("$env:HOME/.dotnet")
|
||||||
$windowsDotnetPaths = @("$env:LocalAppData\Microsoft\dotnet/*",
|
$windowsDotnetPaths = @("$env:HOME\.dotnet",
|
||||||
"$env:ProgramFiles\dotnet/*",
|
"$env:ProgramFiles\dotnet/*",
|
||||||
"$env:HOME\.dotnet")
|
"$env:LocalAppData\Microsoft\dotnet/*")
|
||||||
|
|
||||||
$pathsToClear = @()
|
$pathsToClear = @()
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue