From 463b5eb7e827cc7ab141743edf262d563e5bd701 Mon Sep 17 00:00:00 2001 From: Frank Wagner Date: Sat, 16 Mar 2024 15:02:23 +0100 Subject: [PATCH] pin gitversion due to tag bug --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index ec64fe8c..831bc94b 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -12,7 +12,7 @@ variables: steps: - task: UseGitVersion@5 inputs: - versionSpec: '5.x' + versionSpec: '5.11.*' - task: UseDotNet@2 inputs: