From dd590237fc2cb468e2dbd30243a94d8dc9a4e375 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Mon, 29 Jan 2024 21:07:08 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 80b5bc1..94bf14e 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -22,7 +22,7 @@ steps: - task: UseDotNet@2 inputs: - packageType: 'sdk' + packageType: sdk useGlobalJson: true includePreviewVersions: true installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present.