mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
7 lines
262 B
PowerShell
7 lines
262 B
PowerShell
################################################################################
|
|
## File: Install-TortoiseSvn.ps1
|
|
## Desc: Install TortoiseSvn
|
|
################################################################################
|
|
|
|
Install-ChocoPackage tortoisesvn
|