Skip to content

Commit

Permalink
Update gitversion task to v3 (#524)
Browse files Browse the repository at this point in the history
  • Loading branch information
Daniel-Svensson authored Nov 14, 2024
1 parent f8a2c7f commit 612b00b
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,13 +28,11 @@ steps:
- task: NuGetToolInstaller@1
inputs:
versionSpec: 6.9.1

- task: gitversion/setup@0
displayName: Install GitVersion
- task: gitversion/setup@3
inputs:
versionSpec: '5.9.0'

- task: gitversion/execute@0
- task: gitversion/execute@3
displayName: Use GitVersion

- task: NuGetCommand@2
Expand Down

0 comments on commit 612b00b

Please sign in to comment.