Skip to content

Commit 08ad2a4

Browse files
authored
Pin GitVersion v5
1 parent faa9aa3 commit 08ad2a4

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

CHANGELOG.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
1111

1212
- FailoverClusterDsc
1313
- URLs in module manifest now points to the renamed repository.
14+
- Fixed build pipeline to use GitVersion v5.
1415

1516
## [2.1.0] - 2022-06-19
1617

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
vmImage: 'ubuntu-latest'
2929
steps:
3030
- pwsh: |
31-
dotnet tool install --global GitVersion.Tool
31+
dotnet tool install --global GitVersion.Tool --version 5.*
3232
$gitVersionObject = dotnet-gitversion | ConvertFrom-Json
3333
$gitVersionObject.PSObject.Properties.ForEach{
3434
Write-Host -Object "Setting Task Variable '$($_.Name)' with value '$($_.Value)'."

0 commit comments

Comments
 (0)