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

11 lines
390 B
PowerShell
Raw Normal View History

################################################################################
## File: Install-Mercurial.ps1
## Desc: Install Mercurial
################################################################################
Choco-Install -PackageName hg -ArgumentList "--version", "5.0.0"
$hgPath = "${env:ProgramFiles}\Mercurial\"
Add-MachinePathItem $hgPath
$env:Path = Get-MachinePath