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
|
2020-07-30 12:12:49 +05:00
|
|
|
|
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "VSWhere"
|