2020-02-01 11:18:06 -08:00
|
|
|
################################################################################
|
|
|
|
|
## File: Install-VSWhere.ps1
|
|
|
|
|
## Desc: Install latest stable version of VSWhere
|
|
|
|
|
################################################################################
|
|
|
|
|
|
2020-04-17 10:53:30 +03:00
|
|
|
Choco-Install -PackageName vswhere
|