From 03bae1688e85102ffebc1dcbd30eed9509fccab3 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 Nov 2025 02:02:09 +0000 Subject: [PATCH 1/4] Update dependencies from https://github.com/dotnet/dotnet build 292376 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25574.108 -> 11.0.0-beta.25575.110) System.CommandLine (Version 3.0.0-alpha.1.25574.108 -> 3.0.0-alpha.1.25575.110) --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 10 +++++----- eng/common/sdk-task.ps1 | 2 +- eng/common/tools.ps1 | 4 ++-- global.json | 6 +++--- 5 files changed, 13 insertions(+), 13 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index b3ce959cf8..03e1a392d5 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.25574.108 - 3.0.0-alpha.1.25574.108 + 11.0.0-beta.25575.110 + 3.0.0-alpha.1.25575.110 9.0.3 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 53e58e8eff..411885ec7f 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - d119b40e8ff3b88f87ad60b04c807233a159b197 + de417a619f09820da5e8403783f56cdcbafbae9c - + https://github.com/dotnet/dotnet - d119b40e8ff3b88f87ad60b04c807233a159b197 + de417a619f09820da5e8403783f56cdcbafbae9c diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 9ae443f1c3..b64b66a627 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -70,7 +70,7 @@ try { $GlobalJson.tools | Add-Member -Name "vs" -Value (ConvertFrom-Json "{ `"version`": `"16.5`" }") -MemberType NoteProperty } if( -not ($GlobalJson.tools.PSObject.Properties.Name -match "xcopy-msbuild" )) { - $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "17.14.16" -MemberType NoteProperty + $GlobalJson.tools | Add-Member -Name "xcopy-msbuild" -Value "18.0.0" -MemberType NoteProperty } if ($GlobalJson.tools."xcopy-msbuild".Trim() -ine "none") { $xcopyMSBuildToolsFolder = InitializeXCopyMSBuild $GlobalJson.tools."xcopy-msbuild" -install $true diff --git a/eng/common/tools.ps1 b/eng/common/tools.ps1 index 4bc50bd568..578705ee4d 100644 --- a/eng/common/tools.ps1 +++ b/eng/common/tools.ps1 @@ -394,8 +394,8 @@ function InitializeVisualStudioMSBuild([bool]$install, [object]$vsRequirements = # If the version of msbuild is going to be xcopied, # use this version. Version matches a package here: - # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/17.14.16 - $defaultXCopyMSBuildVersion = '17.14.16' + # https://dev.azure.com/dnceng/public/_artifacts/feed/dotnet-eng/NuGet/Microsoft.DotNet.Arcade.MSBuild.Xcopy/versions/18.0.0 + $defaultXCopyMSBuildVersion = '18.0.0' if (!$vsRequirements) { if (Get-Member -InputObject $GlobalJson.tools -Name 'vs') { diff --git a/global.json b/global.json index 7a8199c622..6a94ac722c 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rc.2.25502.107", + "version": "10.0.100", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,9 +10,9 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.100-rc.2.25502.107" + "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25574.108" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25575.110" } } From 86f9d4a826ca04f9f452cb075c79fb031ca4ca0c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 27 Nov 2025 02:02:58 +0000 Subject: [PATCH 2/4] Update dependencies from https://github.com/dotnet/dotnet build 292465 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25575.110 -> 11.0.0-beta.25576.105) System.CommandLine (Version 3.0.0-alpha.1.25575.110 -> 3.0.0-alpha.1.25576.105) --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 10 +++++----- eng/common/core-templates/job/source-index-stage1.yml | 4 ++-- eng/common/core-templates/post-build/post-build.yml | 8 ++++---- global.json | 2 +- 5 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 03e1a392d5..ae248490c4 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.25575.110 - 3.0.0-alpha.1.25575.110 + 11.0.0-beta.25576.105 + 3.0.0-alpha.1.25576.105 9.0.3 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 411885ec7f..1e02866edd 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - de417a619f09820da5e8403783f56cdcbafbae9c + 305623c3cd0df455e01b95ed3a8c347e650b315f - + https://github.com/dotnet/dotnet - de417a619f09820da5e8403783f56cdcbafbae9c + 305623c3cd0df455e01b95ed3a8c347e650b315f diff --git a/eng/common/core-templates/job/source-index-stage1.yml b/eng/common/core-templates/job/source-index-stage1.yml index 30530359a5..58b7a76814 100644 --- a/eng/common/core-templates/job/source-index-stage1.yml +++ b/eng/common/core-templates/job/source-index-stage1.yml @@ -25,10 +25,10 @@ jobs: pool: ${{ if eq(variables['System.TeamProject'], 'public') }}: name: $(DncEngPublicBuildPool) - image: windows.vs2022.amd64.open + image: windows.vs2026preview.scout.amd64.open ${{ if eq(variables['System.TeamProject'], 'internal') }}: name: $(DncEngInternalBuildPool) - image: windows.vs2022.amd64 + image: windows.vs2026preview.scout.amd64 steps: - ${{ if eq(parameters.is1ESPipeline, '') }}: diff --git a/eng/common/core-templates/post-build/post-build.yml b/eng/common/core-templates/post-build/post-build.yml index 6f0929c039..06864cd1fe 100644 --- a/eng/common/core-templates/post-build/post-build.yml +++ b/eng/common/core-templates/post-build/post-build.yml @@ -127,11 +127,11 @@ stages: ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: $(DncEngInternalBuildPool) - image: windows.vs2022.amd64 + image: windows.vs2026preview.scout.amd64 os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml @@ -175,7 +175,7 @@ stages: os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: @@ -236,7 +236,7 @@ stages: os: windows ${{ else }}: name: $(DncEngInternalBuildPool) - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026preview.scout.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: diff --git a/global.json b/global.json index 6a94ac722c..82e166fb05 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25575.110" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25576.105" } } From 27ca4a11ba8bae77c18576d5a6f25ae94c254df9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 28 Nov 2025 02:02:24 +0000 Subject: [PATCH 3/4] Update dependencies from https://github.com/dotnet/dotnet build 292542 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25576.105 -> 11.0.0-beta.25577.108) System.CommandLine (Version 3.0.0-alpha.1.25576.105 -> 3.0.0-alpha.1.25577.108) --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 10 +++++----- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index ae248490c4..aa1adf661e 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.25576.105 - 3.0.0-alpha.1.25576.105 + 11.0.0-beta.25577.108 + 3.0.0-alpha.1.25577.108 9.0.3 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1e02866edd..d2cb8a4e88 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - 305623c3cd0df455e01b95ed3a8c347e650b315f + 791f8df110a0449089b1e0b3e037f5ae0b52115f - + https://github.com/dotnet/dotnet - 305623c3cd0df455e01b95ed3a8c347e650b315f + 791f8df110a0449089b1e0b3e037f5ae0b52115f diff --git a/global.json b/global.json index 82e166fb05..1797c2b786 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25576.105" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25577.108" } } From e4dd80446eeb8958f361e5c01662242f90131c1c Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 29 Nov 2025 02:04:02 +0000 Subject: [PATCH 4/4] Update dependencies from https://github.com/dotnet/dotnet build 292651 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 11.0.0-beta.25577.108 -> 11.0.0-beta.25578.104) System.CommandLine (Version 3.0.0-alpha.1.25577.108 -> 3.0.0-alpha.1.25578.104) --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 10 +++++----- global.json | 2 +- 3 files changed, 8 insertions(+), 8 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index aa1adf661e..fbf9e15755 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,8 +6,8 @@ This file should be imported by eng/Versions.props - 11.0.0-beta.25577.108 - 3.0.0-alpha.1.25577.108 + 11.0.0-beta.25578.104 + 3.0.0-alpha.1.25578.104 9.0.3 9.0.3 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index d2cb8a4e88..7f6cc547a3 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + - + https://github.com/dotnet/dotnet - 791f8df110a0449089b1e0b3e037f5ae0b52115f + 3b5d49bb1053c228d431a7ea95a8bec6f9f16ab1 - + https://github.com/dotnet/dotnet - 791f8df110a0449089b1e0b3e037f5ae0b52115f + 3b5d49bb1053c228d431a7ea95a8bec6f9f16ab1 diff --git a/global.json b/global.json index 1797c2b786..68b398904a 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.100" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25577.108" + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25578.104" } }