mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Update dotnet tool path (#4961)
This commit is contained in:
committed by
GitHub
parent
f09c8ab9f2
commit
1a20af2405
@@ -201,7 +201,7 @@ function Get-DotnetSdks {
|
||||
}
|
||||
|
||||
function Get-DotnetTools {
|
||||
$env:Path += ";C:\Users\Default.dotnet\tools"
|
||||
$env:Path += ";C:\Users\Default\.dotnet\tools"
|
||||
$dotnetTools = (Get-ToolsetContent).dotnet.tools
|
||||
|
||||
$toolsList = @()
|
||||
|
||||
Reference in New Issue
Block a user