Files
runner-images/images/win/scripts/Installers/Install-VSWhere.ps1
T

9 lines
347 B
PowerShell
Raw Normal View History

2020-02-01 11:18:06 -08:00
################################################################################
## File: Install-VSWhere.ps1
## Desc: Install latest stable version of VSWhere
################################################################################
Choco-Install -PackageName vswhere
2020-07-30 12:12:49 +05:00
Invoke-PesterTests -TestFile "Tools" -TestName "VSWhere"