Update dotnet tool path (#4961)

This commit is contained in:
Aleksandr Chebotov
2022-01-29 13:00:14 +03:00
committed by GitHub
parent f09c8ab9f2
commit 1a20af2405
3 changed files with 3 additions and 3 deletions

View File

@@ -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 {