mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +00:00
Update dotnet tool path (#4961)
This commit is contained in:
committed by
GitHub
parent
f09c8ab9f2
commit
1a20af2405
@@ -24,7 +24,7 @@ Describe "Dotnet SDK and tools" {
|
||||
}
|
||||
|
||||
Context "Dotnet tools" {
|
||||
$env:Path += ";C:\Users\Default.dotnet\tools"
|
||||
$env:Path += ";C:\Users\Default\.dotnet\tools"
|
||||
$testCases = $dotnetTools | ForEach-Object { @{ ToolName = $_.name; TestInstance = $_.test }}
|
||||
|
||||
It "<ToolName> is available" -TestCases $testCases {
|
||||
|
||||
Reference in New Issue
Block a user