diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79f4246..f0d85b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,9 +23,10 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' - useGlobalJson: true + #useGlobalJson: true + version: 7.x includePreviewVersions: true - installationPath: $(Agent.ToolsDirectory)/dotnet + installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. - task: CmdLine@2 inputs: