From c3a2ced459c4ddffdcbbdf71c8738d7e1a01184e 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 / https://github.com/NuGet/Home/issues/13729#issuecomment-2356240163 --- azure-pipelines.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 5b8d527ee..a0107569e 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 / https://github.com/NuGet/Home/issues/13729#issuecomment-2356240163 +- task: UseDotNet@2 + displayName: 'Install specific .NET 8 SDK' + inputs: + includePreviewVersions: true + version: '8.0.304' + performMultiLevelLookup: true + - task: CmdLine@2 inputs: script: |