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