diff --git a/win-vs-env.psm1 b/win-vs-env.psm1 index 9742c9c..df68bdc 100644 --- a/win-vs-env.psm1 +++ b/win-vs-env.psm1 @@ -38,7 +38,7 @@ function Get-VSInstallationPath { $vswhere = Get-VSWhere Write-Host "vswhere - $vswhere" $installationPath = & $vswhere -prerelease -legacy -latest -property installationPath - Write-Host "Done" + Write-Host "installationPath - $installationPath" return $installationPath }