From 9b539f49738d522a61fd16be2aecd74ab73d85ae Mon Sep 17 00:00:00 2001 From: Dmitry Gozman Date: Tue, 11 Aug 2026 12:51:37 +0100 Subject: [PATCH] devops(publish): install .NET 10 SDK in the publish pipeline --- .azure-pipelines/publish.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index dab5144dd..60c0f6808 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -61,6 +61,11 @@ extends: inputs: packageType: sdk version: 8.x + - task: UseDotNet@2 + displayName: 'Use .NET 10 SDK' + inputs: + packageType: sdk + version: 10.x # We need to download the driver first, so we can build - task: DotNetCoreCLI@2 displayName: Download the driver