From 45ae410892c384842adc6dd90e6512a67400fc48 Mon Sep 17 00:00:00 2001 From: PY Rivaille Date: Sun, 26 Oct 2025 01:28:46 +0100 Subject: [PATCH] azure-pipelines.yml: use performMultiLevelLookup --- azure-pipelines.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 2458a47..5d89644 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,7 @@ steps: inputs: packageType: sdk version: 8.0.100 + performMultiLevelLookup: true installationPath: $(Agent.ToolsDirectory)/dotnet - task: UseDotNet@2 @@ -47,6 +48,7 @@ steps: inputs: packageType: sdk version: 6.0.x + performMultiLevelLookup: true installationPath: $(Agent.ToolsDirectory)/dotnet - task: DotNetCoreCLI@2