mirror of
https://github.com/actions/runner-images.git
synced 2025-12-12 20:26:49 +00:00
7 lines
264 B
PowerShell
7 lines
264 B
PowerShell
################################################################################
|
|
## File: Install-GitVersion.ps1
|
|
## Desc: Install GitVersion
|
|
################################################################################
|
|
|
|
choco install gitversion.portable -y
|