We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent faa9aa3 commit 08ad2a4Copy full SHA for 08ad2a4
2 files changed
CHANGELOG.md
@@ -11,6 +11,7 @@ For older change log history see the [historic changelog](HISTORIC_CHANGELOG.md)
11
12
- FailoverClusterDsc
13
- URLs in module manifest now points to the renamed repository.
14
+ - Fixed build pipeline to use GitVersion v5.
15
16
## [2.1.0] - 2022-06-19
17
azure-pipelines.yml
@@ -28,7 +28,7 @@ stages:
28
vmImage: 'ubuntu-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