diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 91aff3d99..67b55edb1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -258,6 +258,13 @@ jobs: } displayName: 'Create placeholder depth engine' + - task: UseDotNet@2 + displayName: 'Use .NET Core SDK 2.1' + inputs: + packageType: 'sdk' + version: '2.1.x' + condition: and(succeeded(), eq(variables['vmImage'], 'windows-2019')) + - task: NuGetToolInstaller@0 inputs: versionSpec: '>=4.3.1'