File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff 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)'."
You can’t perform that action at this time.
0 commit comments