From e47a81375a1ddd089039944e98c549d9b5768859 Mon Sep 17 00:00:00 2001 From: Gavin Barron Date: Tue, 11 Aug 2026 15:04:41 -0700 Subject: [PATCH 1/2] ci(pipeline): pin .NET 10 SDK to global.json version (#3010) Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2e18b190-bdba-4d76-97af-b191dbd6c960 --- .azure-pipelines/ci-build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.azure-pipelines/ci-build.yml b/.azure-pipelines/ci-build.yml index fb7413240..74f652c9a 100644 --- a/.azure-pipelines/ci-build.yml +++ b/.azure-pipelines/ci-build.yml @@ -69,7 +69,7 @@ extends: - task: UseDotNet@2 displayName: 'Use .NET 10' inputs: - version: 10.x + useGlobalJson: true # Install the nuget tool. - task: NuGetToolInstaller@1 From 1c2b099774344d47c825fd2a2e2ab22cd9aac067 Mon Sep 17 00:00:00 2001 From: Vincent Biret Date: Wed, 12 Aug 2026 07:25:17 -0400 Subject: [PATCH 2/2] ci: updates dnf version --- global.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global.json b/global.json index 12f5b9de6..d0c1ec64c 100644 --- a/global.json +++ b/global.json @@ -1,5 +1,5 @@ { "sdk": { - "version": "10.0.301" + "version": "10.0.302" } } \ No newline at end of file