From 1f643f0bea152921deb3e66983221a9d9918b1f2 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 16 Jan 2026 02:02:05 +0000 Subject: [PATCH 1/2] Update dependencies from https://github.com/dotnet/arcade build 20260115.3 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26064.2 -> To Version 11.0.0-beta.26065.3 --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 4 ++-- global.json | 6 +++--- 3 files changed, 6 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 76fc8f43dbb..60bb36dd4a7 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -27,7 +27,7 @@ This file should be imported by eng/Versions.props 5.0.0-2.25480.7 5.0.0-2.25480.7 - 11.0.0-beta.26064.2 + 11.0.0-beta.26065.3 1.0.0-prerelease.25502.1 1.0.0-prerelease.25502.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ba2d6f0c00b..244c987d2e1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -76,9 +76,9 @@ - + https://github.com/dotnet/arcade - 24b29186c16793fff7079515483f26585e5b2881 + 573345af653df5b2a733637de413eca1a85dc91d https://dev.azure.com/dnceng/internal/_git/dotnet-optimization diff --git a/global.json b/global.json index 6b1345eb0b1..993c0decd41 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100", + "version": "11.0.100-alpha.1.26060.102", "allowPrerelease": true, "paths": [ ".dotnet", @@ -9,7 +9,7 @@ "errorMessage": "The .NET SDK could not be found, please run ./eng/common/dotnet.sh." }, "tools": { - "dotnet": "10.0.100", + "dotnet": "11.0.100-alpha.1.26060.102", "vs": { "version": "18.0", "components": [ @@ -22,7 +22,7 @@ "perl": "5.38.2.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26064.2", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.3", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2" } } From 0a0ec7c4ca6704070b48d83ade53300d84d62a18 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 18 Jan 2026 02:01:30 +0000 Subject: [PATCH 2/2] Update dependencies from https://github.com/dotnet/arcade build 20260117.2 On relative base path root Microsoft.DotNet.Arcade.Sdk From Version 11.0.0-beta.26064.2 -> To Version 11.0.0-beta.26067.2 --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 4 ++-- eng/common/core-templates/job/source-build.yml | 2 +- global.json | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 60bb36dd4a7..abf6c8efbb9 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -27,7 +27,7 @@ This file should be imported by eng/Versions.props 5.0.0-2.25480.7 5.0.0-2.25480.7 - 11.0.0-beta.26065.3 + 11.0.0-beta.26067.2 1.0.0-prerelease.25502.1 1.0.0-prerelease.25502.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 244c987d2e1..dab57b25d5f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -76,9 +76,9 @@ - + https://github.com/dotnet/arcade - 573345af653df5b2a733637de413eca1a85dc91d + b92cc5b406acf996b29a653dd4454b87f1d83c5f https://dev.azure.com/dnceng/internal/_git/dotnet-optimization diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index 9d820f97421..7322e88bea8 100644 --- a/eng/common/core-templates/job/source-build.yml +++ b/eng/common/core-templates/job/source-build.yml @@ -63,7 +63,7 @@ jobs: demands: ImageOverride -equals build.ubuntu.2204.amd64 ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore1ESPool-Svc-Internal'), False, 'NetCore1ESPool-Internal')] - image: 1es-azurelinux-3 + image: Azure-Linux-3-Amd64 os: linux ${{ else }}: pool: diff --git a/global.json b/global.json index 993c0decd41..958772923de 100644 --- a/global.json +++ b/global.json @@ -22,7 +22,7 @@ "perl": "5.38.2.2" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26065.3", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26067.2", "Microsoft.DotNet.Helix.Sdk": "8.0.0-beta.23255.2" } }