From 4e0fd92bd5da952fb2f3290f9930bb9eec31f3f5 Mon Sep 17 00:00:00 2001 From: Jonathan Lydall Date: Fri, 20 Sep 2024 10:56:03 +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 f938769fc0..6fa7095274 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -64,6 +64,14 @@ steps: echo "Docker Info:" docker info +# 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: |