pull/15/head
Nikita Bykov 5 years ago
parent fea2196716
commit d1c671b745

@ -38,7 +38,7 @@ function Get-VSInstallationPath {
$vswhere = Get-VSWhere $vswhere = Get-VSWhere
Write-Host "vswhere - $vswhere" Write-Host "vswhere - $vswhere"
$installationPath = & $vswhere -prerelease -legacy -latest -property installationPath $installationPath = & $vswhere -prerelease -legacy -latest -property installationPath
Write-Host "Done" Write-Host "installationPath - $installationPath"
return $installationPath return $installationPath
} }

Loading…
Cancel
Save