diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 94bf14e..2a7b8de 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,8 +23,8 @@ steps: - task: UseDotNet@2 inputs: packageType: sdk - useGlobalJson: true - includePreviewVersions: true + #useGlobalJson: true + version: 8.x installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. - task: CmdLine@2