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