From d467236ec49f1fa4e66b5f59314c194ce8736cce Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Mon, 29 Jan 2024 19:04:15 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) 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.