From b2436cbfe3cc0ace47443d43f6752c0c6b32a8e4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 19 Jan 2026 05:01:17 +0000 Subject: [PATCH 1/3] Update dependencies from https://github.com/dotnet/arcade build 20260117.2 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.26059.1 -> To Version 11.0.0-beta.26067.2 --- eng/Version.Details.xml | 8 ++++---- eng/common/core-templates/job/publish-build-assets.yml | 2 +- eng/common/core-templates/job/source-build.yml | 2 +- eng/common/core-templates/post-build/post-build.yml | 4 ++-- eng/common/templates/variables/pool-providers.yml | 2 +- global.json | 6 +++--- 6 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 78ee4bee..f5ca22a9 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,13 +9,13 @@ - + https://github.com/dotnet/arcade - 367e3ab44812021f59aaf4c7506d5b4569769eec + b92cc5b406acf996b29a653dd4454b87f1d83c5f - + https://github.com/dotnet/arcade - 367e3ab44812021f59aaf4c7506d5b4569769eec + b92cc5b406acf996b29a653dd4454b87f1d83c5f diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml index 8b5c635f..c9ee8ffd 100644 --- a/eng/common/core-templates/job/publish-build-assets.yml +++ b/eng/common/core-templates/job/publish-build-assets.yml @@ -80,7 +80,7 @@ jobs: # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2019.amd64 + image: windows.vs2022.amd64 os: windows steps: - ${{ if eq(parameters.is1ESPipeline, '') }}: diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index 9d820f97..7322e88b 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/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml index 06864cd1..3bed9cdb 100644 --- a/eng/common/core-templates/post-build/post-build.yml +++ b/eng/common/core-templates/post-build/post-build.yml @@ -293,11 +293,11 @@ stages: ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2019.amd64 + image: windows.vs2022.amd64 os: windows ${{ else }}: name: NetCore1ESPool-Publishing-Internal - demands: ImageOverride -equals windows.vs2019.amd64 + demands: ImageOverride -equals windows.vs2022.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml index e0b19c14..18693ea1 100644 --- a/eng/common/templates/variables/pool-providers.yml +++ b/eng/common/templates/variables/pool-providers.yml @@ -23,7 +23,7 @@ # # pool: # name: $(DncEngInternalBuildPool) -# demands: ImageOverride -equals windows.vs2019.amd64 +# demands: ImageOverride -equals windows.vs2022.amd64 variables: - ${{ if eq(variables['System.TeamProject'], 'internal') }}: - template: /eng/common/templates-official/variables/pool-providers.yml diff --git a/global.json b/global.json index d68945a8..e54d801b 100644 --- a/global.json +++ b/global.json @@ -1,18 +1,18 @@ { "sdk": { - "version": "11.0.100-alpha.1.25618.104", + "version": "11.0.100-alpha.1.26060.102", "allowPrerelease": true, "rollForward": "patch" }, "tools": { - "dotnet": "11.0.100-alpha.1.25618.104", + "dotnet": "11.0.100-alpha.1.26060.102", "vs": { "version": "17.8", "allowPrerelease": false } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26059.1", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26067.2", "MSTest.Sdk": "3.6.4" } } From d5d3a6adc6a738c97bf692a4cc22997c2f9d278a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 26 Jan 2026 05:01:07 +0000 Subject: [PATCH 2/3] Update dependencies from https://github.com/dotnet/arcade build 20260123.1 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.26059.1 -> To Version 11.0.0-beta.26073.1 --- eng/Version.Details.xml | 8 ++++---- eng/common/core-templates/job/source-build.yml | 6 +++--- global.json | 6 +++--- 3 files changed, 10 insertions(+), 10 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f5ca22a9..8fefe5b1 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,13 +9,13 @@ - + https://github.com/dotnet/arcade - b92cc5b406acf996b29a653dd4454b87f1d83c5f + 5353d03e27329df35a68fedf3da1fbb26cdd8057 - + https://github.com/dotnet/arcade - b92cc5b406acf996b29a653dd4454b87f1d83c5f + 5353d03e27329df35a68fedf3da1fbb26cdd8057 diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index 7322e88b..4cb76947 100644 --- a/eng/common/core-templates/job/source-build.yml +++ b/eng/common/core-templates/job/source-build.yml @@ -60,7 +60,7 @@ jobs: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')] - demands: ImageOverride -equals build.ubuntu.2204.amd64 + demands: ImageOverride -equals Azure-Linux-3-Amd64-Public ${{ 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: Azure-Linux-3-Amd64 @@ -69,10 +69,10 @@ jobs: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $[replace(replace(eq(contains(coalesce(variables['System.PullRequest.TargetBranch'], variables['Build.SourceBranch'], 'refs/heads/main'), 'release'), 'true'), True, 'NetCore-Svc-Public' ), False, 'NetCore-Public')] - demands: ImageOverride -equals Build.Ubuntu.2204.Amd64.Open + demands: ImageOverride -equals Azure-Linux-3-Amd64-Public ${{ 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')] - demands: ImageOverride -equals Build.Ubuntu.2204.Amd64 + demands: ImageOverride -equals Azure-Linux-3-Amd64 ${{ if ne(parameters.platform.pool, '') }}: pool: ${{ parameters.platform.pool }} diff --git a/global.json b/global.json index e54d801b..6b6be434 100644 --- a/global.json +++ b/global.json @@ -1,18 +1,18 @@ { "sdk": { - "version": "11.0.100-alpha.1.26060.102", + "version": "11.0.100-alpha.1.26064.118", "allowPrerelease": true, "rollForward": "patch" }, "tools": { - "dotnet": "11.0.100-alpha.1.26060.102", + "dotnet": "11.0.100-alpha.1.26064.118", "vs": { "version": "17.8", "allowPrerelease": false } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26067.2", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26073.1", "MSTest.Sdk": "3.6.4" } } From 5fc28be86f412f50f9cc216164aaa7c76e83bd66 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 2 Feb 2026 05:01:25 +0000 Subject: [PATCH 3/3] Update dependencies from https://github.com/dotnet/arcade build 20260130.3 On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.XliffTasks From Version 11.0.0-beta.26059.1 -> To Version 11.0.0-beta.26080.3 --- eng/Version.Details.xml | 8 ++++---- global.json | 6 +++--- 2 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8fefe5b1..2f04a57e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -9,13 +9,13 @@ - + https://github.com/dotnet/arcade - 5353d03e27329df35a68fedf3da1fbb26cdd8057 + b7be18aa9600f662a6da4b75c1ae2aa0b6ddda1c - + https://github.com/dotnet/arcade - 5353d03e27329df35a68fedf3da1fbb26cdd8057 + b7be18aa9600f662a6da4b75c1ae2aa0b6ddda1c diff --git a/global.json b/global.json index 6b6be434..e8625861 100644 --- a/global.json +++ b/global.json @@ -1,18 +1,18 @@ { "sdk": { - "version": "11.0.100-alpha.1.26064.118", + "version": "11.0.100-preview.1.26078.121", "allowPrerelease": true, "rollForward": "patch" }, "tools": { - "dotnet": "11.0.100-alpha.1.26064.118", + "dotnet": "11.0.100-preview.1.26078.121", "vs": { "version": "17.8", "allowPrerelease": false } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26073.1", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26080.3", "MSTest.Sdk": "3.6.4" } }