From 0b6f381fc566e832c4819e31c645476cc8f0c62c Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Mon, 29 Jan 2024 21:12:21 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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