We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ba84828 commit 97f4ac3Copy full SHA for 97f4ac3
install-tool.ps1
@@ -1,4 +1,4 @@
1
-$latest = Get-ChildItem .\artifacts\ Microsoft.OpenApi.Hidi* | select-object -Last 1
+$latest = Get-ChildItem .\artifacts\Microsoft.OpenApi.Hidi* | select-object -Last 1
2
$version = $latest.Name.Split(".")[3..5] | join-string -Separator "."
3
4
if (Test-Path -Path ./artifacts/hidi.exe) {
0 commit comments