Skip to content

Commit e612163

Browse files
authored
Fix build pipeline
1 parent 3dab12c commit e612163

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
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
88
### Fixed
99

1010
- Correcting module manifest and help file description.
11+
- Update build pipeline to use GitVersion v5.
1112

1213
## [1.1.1] - 2024-06-11
1314

azure-pipelines.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ stages:
2828
vmImage: 'windows-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)