From d68999ab771de92efc42b1c87a20ec506651e87d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Sep 2025 02:18:46 +0000 Subject: [PATCH 1/3] Backflow from https://github.com/dotnet/dotnet / 26861c1 build 282973 [[ commit created by automation ]] --- .../0003-Remove-MicroBuild-signing.patch | 40 +++++++++++++++++++ 1 file changed, 40 insertions(+) create mode 100644 src/externalPackages/patches/MSBuildLocator/0003-Remove-MicroBuild-signing.patch diff --git a/src/externalPackages/patches/MSBuildLocator/0003-Remove-MicroBuild-signing.patch b/src/externalPackages/patches/MSBuildLocator/0003-Remove-MicroBuild-signing.patch new file mode 100644 index 000000000..b67673210 --- /dev/null +++ b/src/externalPackages/patches/MSBuildLocator/0003-Remove-MicroBuild-signing.patch @@ -0,0 +1,40 @@ +From 172ddcea384b69303bbfb9a0a3df39741f84adba Mon Sep 17 00:00:00 2001 +From: Ella Hathaway +Date: Thu, 14 Aug 2025 23:16:58 +0000 +Subject: [PATCH] Remove MicroBuild signing +Backport: https://github.com/dotnet/arcade/issues/16057 + +--- + .../Microsoft.Build.Locator.csproj | 18 ------------------ + 1 file changed, 18 deletions(-) + +diff --git a/src/MSBuildLocator/Microsoft.Build.Locator.csproj b/src/MSBuildLocator/Microsoft.Build.Locator.csproj +index 2df3750..3990321 100644 +--- a/src/MSBuildLocator/Microsoft.Build.Locator.csproj ++++ b/src/MSBuildLocator/Microsoft.Build.Locator.csproj +@@ -29,22 +29,4 @@ + + + +- +- +- +- Never +- build\ +- +- +- Never +- build\ +- +- +- +- +- +- Microsoft400 +- +- +- + +-- +2.43.0 + From 40e3d84e19f8ec06bcabdc64e5da8d103074ac91 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 13 Sep 2025 02:18:47 +0000 Subject: [PATCH 2/3] Update dependencies from https://github.com/dotnet/dotnet build 282973 Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 17.15.0-preview-25460-104 -> 17.15.0-preview-25462-101) Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25460.104 -> 10.0.0-beta.25462.101) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25460.104 -> 10.0.100-rc.2.25462.101) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.2.25460.104 -> 10.0.0-rc.2.25462.101) --- eng/Version.Details.props | 12 ++++++------ eng/Version.Details.xml | 26 +++++++++++++------------- eng/common/SetupNugetSources.ps1 | 2 +- eng/common/SetupNugetSources.sh | 2 +- global.json | 6 +++--- 5 files changed, 24 insertions(+), 24 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index a84898abe..b0bf24777 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,12 +6,12 @@ This file should be imported by eng/Versions.props - 17.15.0-preview-25460-104 - 17.15.0-preview-25460-104 - 10.0.0-beta.25460.104 - 10.0.100-rc.2.25460.104 - 10.0.0-rc.2.25460.104 - 10.0.0-rc.2.25460.104 + 17.15.0-preview-25462-101 + 17.15.0-preview-25462-101 + 10.0.0-beta.25462.101 + 10.0.100-rc.2.25462.101 + 10.0.0-rc.2.25462.101 + 10.0.0-rc.2.25462.101 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4f64ab107..1dd434180 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + - + https://github.com/dotnet/dotnet - eac14590f69f6876d418cef9e8fdd3f44f6ef0b2 + 26861c107ef3684f67c07456f01096b0d29edad0 - + https://github.com/dotnet/dotnet - eac14590f69f6876d418cef9e8fdd3f44f6ef0b2 + 26861c107ef3684f67c07456f01096b0d29edad0 - + https://github.com/dotnet/dotnet - eac14590f69f6876d418cef9e8fdd3f44f6ef0b2 + 26861c107ef3684f67c07456f01096b0d29edad0 - + https://github.com/dotnet/dotnet - eac14590f69f6876d418cef9e8fdd3f44f6ef0b2 + 26861c107ef3684f67c07456f01096b0d29edad0 - + https://github.com/dotnet/dotnet - eac14590f69f6876d418cef9e8fdd3f44f6ef0b2 + 26861c107ef3684f67c07456f01096b0d29edad0 - + https://github.com/dotnet/dotnet - eac14590f69f6876d418cef9e8fdd3f44f6ef0b2 + 26861c107ef3684f67c07456f01096b0d29edad0 diff --git a/eng/common/SetupNugetSources.ps1 b/eng/common/SetupNugetSources.ps1 index 792b60b49..9445c3143 100644 --- a/eng/common/SetupNugetSources.ps1 +++ b/eng/common/SetupNugetSources.ps1 @@ -157,7 +157,7 @@ if ($dotnet31Source -ne $null) { AddPackageSource -Sources $sources -SourceName "dotnet3.1-internal-transport" -SourceEndPoint "https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v2" -Creds $creds -Username $userName -pwd $Password } -$dotnetVersions = @('5','6','7','8','9') +$dotnetVersions = @('5','6','7','8','9','10') foreach ($dotnetVersion in $dotnetVersions) { $feedPrefix = "dotnet" + $dotnetVersion; diff --git a/eng/common/SetupNugetSources.sh b/eng/common/SetupNugetSources.sh index facb415ca..ddf4efc81 100755 --- a/eng/common/SetupNugetSources.sh +++ b/eng/common/SetupNugetSources.sh @@ -99,7 +99,7 @@ if [ "$?" == "0" ]; then PackageSources+=('dotnet3.1-internal-transport') fi -DotNetVersions=('5' '6' '7' '8' '9') +DotNetVersions=('5' '6' '7' '8' '9' '10') for DotNetVersion in ${DotNetVersions[@]} ; do FeedPrefix="dotnet${DotNetVersion}"; diff --git a/global.json b/global.json index 920e9356b..72af5b4cb 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.100-rc.1.25420.111", + "version": "10.0.100-rc.1.25451.107", "allowPrerelease": true, "rollForward": "latestFeature", "paths": [ @@ -10,11 +10,11 @@ "errorMessage": "The required .NET SDK wasn't found. Please run ./eng/common/dotnet.cmd/sh to install it." }, "tools": { - "dotnet": "10.0.100-rc.1.25420.111" + "dotnet": "10.0.100-rc.1.25451.107" }, "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25460.104" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25462.101" } } From 25abd3cdd43917f78995947de238a4761b28633e Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sun, 14 Sep 2025 02:08:37 +0000 Subject: [PATCH 3/3] Update dependencies from https://github.com/dotnet/dotnet build 283077 Updated Dependencies: Microsoft.Build, Microsoft.Build.Utilities.Core (Version 17.15.0-preview-25462-101 -> 17.15.0-preview-25462-117) Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.25462.101 -> 10.0.0-beta.25462.117) Microsoft.DotNet.GenAPI.Task (Version 10.0.100-rc.2.25462.101 -> 10.0.100-rc.2.25462.117) Microsoft.NETCore.ILAsm, Microsoft.NETCore.ILDAsm (Version 10.0.0-rc.2.25462.101 -> 10.0.0-rc.2.25462.117) --- eng/Version.Details.props | 12 ++++++------ eng/Version.Details.xml | 26 +++++++++++++------------- global.json | 2 +- 3 files changed, 20 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index b0bf24777..6d1584a4a 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,12 +6,12 @@ This file should be imported by eng/Versions.props - 17.15.0-preview-25462-101 - 17.15.0-preview-25462-101 - 10.0.0-beta.25462.101 - 10.0.100-rc.2.25462.101 - 10.0.0-rc.2.25462.101 - 10.0.0-rc.2.25462.101 + 17.15.0-preview-25462-117 + 17.15.0-preview-25462-117 + 10.0.0-beta.25462.117 + 10.0.100-rc.2.25462.117 + 10.0.0-rc.2.25462.117 + 10.0.0-rc.2.25462.117 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 1dd434180..5b4031ad8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,30 +1,30 @@ - + - + https://github.com/dotnet/dotnet - 26861c107ef3684f67c07456f01096b0d29edad0 + ee760c42a6df115208fe2262d358be6d4003e55f - + https://github.com/dotnet/dotnet - 26861c107ef3684f67c07456f01096b0d29edad0 + ee760c42a6df115208fe2262d358be6d4003e55f - + https://github.com/dotnet/dotnet - 26861c107ef3684f67c07456f01096b0d29edad0 + ee760c42a6df115208fe2262d358be6d4003e55f - + https://github.com/dotnet/dotnet - 26861c107ef3684f67c07456f01096b0d29edad0 + ee760c42a6df115208fe2262d358be6d4003e55f - + https://github.com/dotnet/dotnet - 26861c107ef3684f67c07456f01096b0d29edad0 + ee760c42a6df115208fe2262d358be6d4003e55f - + https://github.com/dotnet/dotnet - 26861c107ef3684f67c07456f01096b0d29edad0 + ee760c42a6df115208fe2262d358be6d4003e55f diff --git a/global.json b/global.json index 72af5b4cb..5a07b2adf 100644 --- a/global.json +++ b/global.json @@ -15,6 +15,6 @@ "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25462.101" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25462.117" } }