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