minor change

This commit is contained in:
Dibir Magomedsaygitov
2020-10-01 12:43:21 +03:00
parent 3a2c8bc0b9
commit 29300ce6eb

View File

@@ -4,6 +4,5 @@ $dotnetPath = "$env:USERPROFILE\.dotnet\tools"
if (-not $latestPath.Contains($dotnetPath))
{
$latestPath = "$dotnetPath;$latestPath"
}
[System.Environment]::SetEnvironmentVariable('PATH', $latestPath, [System.EnvironmentVariableTarget]::Machine)
[System.Environment]::SetEnvironmentVariable('PATH', $latestPath, [System.EnvironmentVariableTarget]::Machine)
}