diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 7354f36..6e41d3c 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -14,6 +14,11 @@ variables: buildConfiguration: 'Release' steps: +- task: UseDotNet@2 + inputs: + packageType: 'sdk' + version: '5.0.x' + - task: NuGetToolInstaller@1 - task: NuGetCommand@2