We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3dab12c commit e612163Copy full SHA for e612163
CHANGELOG.md
@@ -8,6 +8,7 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
8
### Fixed
9
10
- Correcting module manifest and help file description.
11
+- Update build pipeline to use GitVersion v5.
12
13
## [1.1.1] - 2024-06-11
14
azure-pipelines.yml
@@ -28,7 +28,7 @@ stages:
28
vmImage: 'windows-latest'
29
steps:
30
- pwsh: |
31
- dotnet tool install --global GitVersion.Tool
+ dotnet tool install --global GitVersion.Tool --version 5.*
32
$gitVersionObject = dotnet-gitversion | ConvertFrom-Json
33
$gitVersionObject.PSObject.Properties.ForEach{
34
Write-Host -Object "Setting Task Variable '$($_.Name)' with value '$($_.Value)'."
0 commit comments