From 777074f54a05347283dda56ee0d5809cbc3ee271 Mon Sep 17 00:00:00 2001 From: dlebee <36390643+dlebee@users.noreply.github.com> Date: Sun, 7 Feb 2021 00:25:20 -0500 Subject: [PATCH] Update azure-pipeline.yaml for Azure Pipelines --- azure-pipeline.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/azure-pipeline.yaml b/azure-pipeline.yaml index c4a063b..e7c6ded 100644 --- a/azure-pipeline.yaml +++ b/azure-pipeline.yaml @@ -14,7 +14,11 @@ pool: steps: -- task: GitVersion@5 +- task: gitversion/setup@0 + inputs: + versionSpec: '5.6.0' + +- task: gitversion/execute@0 displayName: 'Git Version' - task: DotNetCoreCLI@2