Skip to content

Commit

Permalink
Fix pinning GitVersion to v5
Browse files Browse the repository at this point in the history
  • Loading branch information
johlju authored and kilasuit committed Aug 28, 2024
1 parent 12fd9c5 commit c3e344f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ stages:
vmImage: 'windows-latest'
steps:
- pwsh: |
dotnet tool install --global GitVersion.Tool
dotnet tool install --global GitVersion.Tool --version 5.*
$gitVersionObject = dotnet-gitversion | ConvertFrom-Json
$gitVersionObject.PSObject.Properties.ForEach{
Write-Host -Object "Setting Task Variable '$($_.Name)' with value '$($_.Value)'."
Expand Down

0 comments on commit c3e344f

Please sign in to comment.