Files
runner-images-sangeeth/images/win/scripts/Installers/Install-GitHub-CLI.ps1
Maxim Lobanov 0f6fba462a Move CLI tests to the separate test file on Windows (#1363)
* move cli tests to the separate file

* switch install scripts

* unify CLI names
2020-08-06 11:27:58 +03:00

10 lines
378 B
PowerShell

################################################################################
## File: Install-GitHub-CLI.ps1
## Desc: Install GitHub CLI
################################################################################
Choco-Install -PackageName gh
Add-MachinePathItem "C:\Program Files (x86)\GitHub CLI"
Invoke-PesterTests -TestFile "CLI.Tools" -TestName "GitHub CLI"