diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f20b46a..5538b81 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -15,6 +15,12 @@ variables: buildConfiguration: 'Release' steps: + +- task: UseDotNet@2 + inputs: + packageType: 'sdk' + version: '3.1.101' + - task: NuGetToolInstaller@1 - task: NuGetCommand@2