mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-16 06:46:48 +00:00
9 lines
333 B
PowerShell
9 lines
333 B
PowerShell
################################################################################
|
|
## File: Install-GitVersion.ps1
|
|
## Desc: Install GitVersion
|
|
################################################################################
|
|
|
|
Choco-Install -PackageName gitversion.portable
|
|
|
|
Invoke-PesterTests -TestFile "Git" -TestName "GitVersion"
|