This commit is contained in:
Vladimir Safonkin
2021-02-04 10:36:14 +03:00
parent bb2233aaa5
commit 831e0d4070
2 changed files with 1 additions and 4 deletions

View File

@ -3,8 +3,6 @@ if (!$args[0])
throw "Must supply dotnet version argument"
}
Get-ChildItem .
$dotnet = Get-Command dotnet | Select-Object -First 1 | ForEach-Object { $_.Path }
Write-Host "Found '$dotnet'"