mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2026-01-01 06:37:32 +08:00
7 lines
264 B
PowerShell
7 lines
264 B
PowerShell
################################################################################
|
|
## File: Install-GitVersion.ps1
|
|
## Desc: Install GitVersion
|
|
################################################################################
|
|
|
|
choco install gitversion.portable -y
|