From ce08f0464519a5f15192805da4a822b9f3fec1c1 Mon Sep 17 00:00:00 2001 From: Jonathan Lydall Date: Fri, 20 Sep 2024 10:57:50 +0200 Subject: [PATCH] Try workaround https://github.com/NuGet/Home/issues/13729#issuecomment-2325776104 --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b8d527ee..0a9be009d 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -40,6 +40,14 @@ pool: steps: +# try workaround https://github.com/NuGet/Home/issues/13729#issuecomment-2325776104 +- task: UseDotNet@2 + displayName: 'Install .NET 9 Core SDK' + inputs: + includePreviewVersions: true + version: 9.x + performMultiLevelLookup: true + - task: CmdLine@2 inputs: script: |