Skip to content

Commit

Permalink
Fix: Set GitVersion to specific Version
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristophHannappel authored Nov 18, 2024
1 parent e6d8a02 commit 14bff26
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 @@ -26,7 +26,7 @@ stages:
vmImage: "windows-latest"
steps:
- pwsh: |
dotnet tool install --global GitVersion.Tool
dotnet tool install --global GitVersion.Tool --version 5.12.0
$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 14bff26

Please sign in to comment.