From cf7a38e6c38263563b7902d28440e9c7c29aa2b8 Mon Sep 17 00:00:00 2001 From: Lucas Morgan Date: Sat, 4 Feb 2023 16:18:35 +0000 Subject: [PATCH] Update azure-pipelines.yml for Azure Pipelines --- azure-pipelines.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 79f4246..f0d85b1 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -23,9 +23,10 @@ steps: - task: UseDotNet@2 inputs: packageType: 'sdk' - useGlobalJson: true + #useGlobalJson: true + version: 7.x includePreviewVersions: true - installationPath: $(Agent.ToolsDirectory)/dotnet + installationPath: $(Agent.ToolsDirectory)/dotnet #Install if not already present. - task: CmdLine@2 inputs: