Test/VisualStudio/GetVsPath.ps1
Import-Module CmxModule -Force $vsPath = GetVsPath Write-Output "VsPath: $vsPath" $vsPath15 = GetVsPath "[14,15)" Write-Output "VsPath15: $vsPath15" $vsPath19 = GetVsPath "[16,17)" Write-Output "VsPath19 = $vsPath19" |