From 612b00b7a1d256809a71b6c77f1ae866e7b5948c Mon Sep 17 00:00:00 2001 From: Daniel Svensson Date: Thu, 14 Nov 2024 15:14:13 +0100 Subject: [PATCH] Update gitversion task to v3 (#524) --- azure-pipelines.yml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 39f2f1f3..b4d97f13 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -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