From d1c671b745f7effd5836f7da9d5ac9e02dd6e537 Mon Sep 17 00:00:00 2001 From: Nikita Bykov Date: Wed, 2 Sep 2020 11:58:24 +0300 Subject: [PATCH] update --- win-vs-env.psm1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 }