mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-20 06:29:50 +00:00
9 lines
313 B
PowerShell
9 lines
313 B
PowerShell
################################################################################
|
|
## File: Install-Svn.ps1
|
|
## Desc: Install Subversion
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName tortoisesvn
|
|
|
|
Invoke-PesterTests -TestFile "Tools" -TestName "Svn"
|