diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 9ce10859..f47a86cd 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -31,6 +31,12 @@ jobs: version: 7.0.x installationPath: '$(Agent.ToolsDirectory)/dotnet' + - task: UseDotNet@2 + displayName: 'Use dotnet SDK 6.0' + inputs: + version: 6.0.x + installationPath: '$(Agent.ToolsDirectory)/dotnet' + - task: UseDotNet@2 displayName: 'Use dotnet sdk 3.1' inputs: