diff --git a/azure-pipelines.yml b/azure-pipelines.yml index f938769fc0..a304b27e44 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 +- task: UseDotNet@2 + displayName: 'Install .NET 9 Core SDK' + inputs: + includePreviewVersions: true + version: 9.x + performMultiLevelLookup: true + - task: CmdLine@2 inputs: script: |