From 5961d7ffba6150ddd8797197107f1afb8e6a7bae Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 Apr 2026 19:01:38 +0000 Subject: [PATCH 1/3] Backflow from https://github.com/dotnet/dotnet / 0d6cc66 build 309010 [[ commit created by automation ]] --- .github/policies/resourceManagement.yml | 24 ++++++++++++------------ eng/Versions.props | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/.github/policies/resourceManagement.yml b/.github/policies/resourceManagement.yml index 6b78ee1451ef..cd4f28a9f2ed 100644 --- a/.github/policies/resourceManagement.yml +++ b/.github/policies/resourceManagement.yml @@ -436,23 +436,23 @@ configuration: - payloadType: Pull_Request - isAction: action: Closed - - targetsBranch: - branch: main - then: - - addMilestone: - milestone: 11.0-preview3 + - targetsBranch: + branch: main + then: + - addMilestone: + milestone: 11.0-preview4 description: '[Milestone Assignments] Assign Milestone to PRs merged to the `main` branch' - if: - payloadType: Pull_Request - isAction: action: Closed - - targetsBranch: - branch: release/11.0-preview2 - then: - - removeMilestone - - addMilestone: - milestone: 11.0-preview2 - description: '[Milestone Assignments] Assign Milestone to PRs merged to release/11.0-preview1 branch' + - targetsBranch: + branch: release/11.0-preview3 + then: + - removeMilestone + - addMilestone: + milestone: 11.0-preview3 + description: '[Milestone Assignments] Assign Milestone to PRs merged to release/11.0-preview3 branch' - if: - payloadType: Issues - isAction: diff --git a/eng/Versions.props b/eng/Versions.props index 9eb551f48c71..f93f5233b948 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -11,7 +11,7 @@ 11 0 0 - 3 + 4 8.0.1 *-* preview From 18552cbf1659bc77e534ba33cbae94192000b487 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 3 Apr 2026 19:01:40 +0000 Subject: [PATCH 2/3] Update dependencies from build 309010 Updated Dependencies: Microsoft.NET.Runtime.WebAssembly.Sdk, Microsoft.NETCore.BrowserDebugHost.Transport, Microsoft.NET.Runtime.MonoAOTCompiler.Task, dotnet-ef, Microsoft.Bcl.AsyncInterfaces, Microsoft.Bcl.TimeProvider, Microsoft.EntityFrameworkCore, Microsoft.EntityFrameworkCore.Design, Microsoft.EntityFrameworkCore.InMemory, Microsoft.EntityFrameworkCore.Relational, Microsoft.EntityFrameworkCore.Sqlite, Microsoft.EntityFrameworkCore.SqlServer, Microsoft.EntityFrameworkCore.Tools, Microsoft.Extensions.Caching.Abstractions, Microsoft.Extensions.Caching.Memory, Microsoft.Extensions.Configuration, Microsoft.Extensions.Configuration.Abstractions, Microsoft.Extensions.Configuration.Binder, Microsoft.Extensions.Configuration.CommandLine, Microsoft.Extensions.Configuration.EnvironmentVariables, Microsoft.Extensions.Configuration.FileExtensions, Microsoft.Extensions.Configuration.Ini, Microsoft.Extensions.Configuration.Json, Microsoft.Extensions.Configuration.UserSecrets, Microsoft.Extensions.Configuration.Xml, Microsoft.Extensions.DependencyInjection, Microsoft.Extensions.DependencyInjection.Abstractions, Microsoft.Extensions.DependencyModel, Microsoft.Extensions.Diagnostics, Microsoft.Extensions.Diagnostics.Abstractions, Microsoft.Extensions.FileProviders.Abstractions, Microsoft.Extensions.FileProviders.Composite, Microsoft.Extensions.FileProviders.Physical, Microsoft.Extensions.FileSystemGlobbing, Microsoft.Extensions.HostFactoryResolver.Sources, Microsoft.Extensions.Hosting, Microsoft.Extensions.Hosting.Abstractions, Microsoft.Extensions.Http, Microsoft.Extensions.Logging, Microsoft.Extensions.Logging.Abstractions, Microsoft.Extensions.Logging.Configuration, Microsoft.Extensions.Logging.Console, Microsoft.Extensions.Logging.Debug, Microsoft.Extensions.Logging.EventLog, Microsoft.Extensions.Logging.EventSource, Microsoft.Extensions.Logging.TraceSource, Microsoft.Extensions.Options, Microsoft.Extensions.Options.ConfigurationExtensions, Microsoft.Extensions.Options.DataAnnotations, Microsoft.Extensions.Primitives, Microsoft.Internal.Runtime.AspNetCore.Transport, Microsoft.NETCore.App.Ref, Microsoft.NETCore.Platforms, System.Collections.Immutable, System.Composition, System.Configuration.ConfigurationManager, System.Diagnostics.DiagnosticSource, System.Diagnostics.EventLog, System.Diagnostics.PerformanceCounter, System.DirectoryServices.Protocols, System.Formats.Asn1, System.Formats.Cbor, System.IO.Hashing, System.IO.Pipelines, System.Memory.Data, System.Net.Http.Json, System.Net.Http.WinHttpHandler, System.Net.ServerSentEvents, System.Numerics.Tensors, System.Reflection.Metadata, System.Resources.Extensions, System.Runtime.Caching, System.Security.Cryptography.Pkcs, System.Security.Cryptography.Xml, System.Security.Permissions, System.ServiceProcess.ServiceController, System.Text.Encodings.Web, System.Text.Json, System.Threading.AccessControl, System.Threading.Channels, System.Threading.RateLimiting (Version 11.0.0-preview.3.26176.106 -> 11.0.0-preview.4.26202.104) Microsoft.DotNet.Arcade.Sdk, Microsoft.DotNet.Build.Tasks.Archives, Microsoft.DotNet.Build.Tasks.Installers, Microsoft.DotNet.Build.Tasks.Templating, Microsoft.DotNet.Helix.Sdk, Microsoft.DotNet.RemoteExecutor, Microsoft.DotNet.SharedFramework.Sdk (Version 11.0.0-beta.26176.106 -> 11.0.0-beta.26202.104) Microsoft.Web.Xdt (Version 3.3.0-preview.3.26176.106 -> 3.3.0-preview.4.26202.104) NuGet.Frameworks, NuGet.Packaging, NuGet.Versioning (Version 7.6.0-rc.17706 -> 7.6.0-rc.20304) [[ commit created by automation ]] --- NuGet.config | 1 - eng/Version.Details.props | 184 ++++----- eng/Version.Details.xml | 370 +++++++++--------- eng/common/core-templates/job/onelocbuild.yml | 4 +- .../job/publish-build-assets.yml | 4 +- .../core-templates/post-build/post-build.yml | 16 +- eng/common/core-templates/stages/renovate.yml | 2 +- eng/common/templates-official/job/job.yml | 7 +- .../variables/pool-providers.yml | 2 +- eng/common/templates/job/job.yml | 6 +- .../templates/variables/pool-providers.yml | 2 +- global.json | 6 +- 12 files changed, 301 insertions(+), 303 deletions(-) diff --git a/NuGet.config b/NuGet.config index cecd386871cd..587ae4b8d5b9 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,6 @@ - diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 519c9ae4b1d3..f0b4fb87f0c8 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,98 +6,98 @@ This file should be imported by eng/Versions.props - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-beta.26176.106 - 11.0.0-beta.26176.106 - 11.0.0-beta.26176.106 - 11.0.0-beta.26176.106 - 11.0.0-beta.26176.106 - 11.0.0-beta.26176.106 - 11.0.0-beta.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 3.3.0-preview.3.26176.106 - 7.6.0-rc.17706 - 7.6.0-rc.17706 - 7.6.0-rc.17706 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 - 11.0.0-preview.3.26176.106 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-beta.26202.104 + 11.0.0-beta.26202.104 + 11.0.0-beta.26202.104 + 11.0.0-beta.26202.104 + 11.0.0-beta.26202.104 + 11.0.0-beta.26202.104 + 11.0.0-beta.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 3.3.0-preview.4.26202.104 + 7.6.0-rc.20304 + 7.6.0-rc.20304 + 7.6.0-rc.20304 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 + 11.0.0-preview.4.26202.104 10.4.1 10.4.1 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index c722a5f1cfb0..1328a099fdd8 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -8,333 +8,333 @@ See https://github.com/dotnet/arcade/blob/master/Documentation/Darc.md for instructions on using darc. --> - + - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c @@ -358,37 +358,37 @@ - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c https://github.com/dotnet/extensions @@ -440,17 +440,17 @@ https://github.com/dotnet/msbuild d1cce8d7cc03c23a4f1bad8e9240714fd9d199a3 - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c - + https://github.com/dotnet/dotnet - 7af60210ff756fa343088d4dc1b7080c200dea50 + 0d6cc667e66d7bec23439335118137f78c70306c diff --git a/eng/common/core-templates/job/onelocbuild.yml b/eng/common/core-templates/job/onelocbuild.yml index c5788829a872..eefed3b667a4 100644 --- a/eng/common/core-templates/job/onelocbuild.yml +++ b/eng/common/core-templates/job/onelocbuild.yml @@ -52,13 +52,13 @@ jobs: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022 + image: windows.vs2026.amd64 os: windows steps: diff --git a/eng/common/core-templates/job/publish-build-assets.yml b/eng/common/core-templates/job/publish-build-assets.yml index c9ee8ffd8f1d..9d7490518c48 100644 --- a/eng/common/core-templates/job/publish-build-assets.yml +++ b/eng/common/core-templates/job/publish-build-assets.yml @@ -74,13 +74,13 @@ jobs: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ if ne(variables['System.TeamProject'], 'DevDiv') }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2022.amd64 + image: windows.vs2026.amd64 os: windows 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 c5ece1850063..0994189969f3 100644 --- a/eng/common/core-templates/post-build/post-build.yml +++ b/eng/common/core-templates/post-build/post-build.yml @@ -110,7 +110,7 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng @@ -154,14 +154,14 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022 + image: windows.vs2026.amd64 os: windows ${{ else }}: name: $(DncEngInternalBuildPool) @@ -215,14 +215,14 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: $(DncEngInternalBuildPool) - image: 1es-windows-2022 + image: windows.vs2026.amd64 os: windows ${{ else }}: name: $(DncEngInternalBuildPool) @@ -276,18 +276,18 @@ stages: # We don't use the collection uri here because it might vary (.visualstudio.com vs. dev.azure.com) ${{ if eq(variables['System.TeamProject'], 'DevDiv') }}: name: AzurePipelines-EO - image: 1ESPT-Windows2022 + image: 1ESPT-Windows2025 demands: Cmd os: windows # If it's not devdiv, it's dnceng ${{ else }}: ${{ if eq(parameters.is1ESPipeline, true) }}: name: NetCore1ESPool-Publishing-Internal - image: windows.vs2022.amd64 + image: windows.vs2026.amd64 os: windows ${{ else }}: name: NetCore1ESPool-Publishing-Internal - demands: ImageOverride -equals windows.vs2022.amd64 + demands: ImageOverride -equals windows.vs2026.amd64 steps: - template: /eng/common/core-templates/post-build/setup-maestro-vars.yml parameters: diff --git a/eng/common/core-templates/stages/renovate.yml b/eng/common/core-templates/stages/renovate.yml index 41f3b6cc8570..edab28182585 100644 --- a/eng/common/core-templates/stages/renovate.yml +++ b/eng/common/core-templates/stages/renovate.yml @@ -68,7 +68,7 @@ parameters: type: object default: name: NetCore1ESPool-Internal - image: 1es-windows-2022 + image: windows.vs2026.amd64 os: windows resources: diff --git a/eng/common/templates-official/job/job.yml b/eng/common/templates-official/job/job.yml index 92a0664f5647..f70224eaa456 100644 --- a/eng/common/templates-official/job/job.yml +++ b/eng/common/templates-official/job/job.yml @@ -44,11 +44,10 @@ jobs: sbomEnabled: false # we don't need SBOM for logs - ${{ if eq(parameters.enablePublishBuildArtifacts, true) }}: - - output: buildArtifacts + - output: pipelineArtifact displayName: Publish Logs - PathtoPublish: '$(Build.ArtifactStagingDirectory)/artifacts/log/$(_BuildConfig)' - publishLocation: Container - ArtifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)_Attempt$(System.JobAttempt)' ) }} + targetPath: '$(Build.ArtifactStagingDirectory)/artifacts/log/$(_BuildConfig)' + artifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)_Attempt$(System.JobAttempt)' ) }} continueOnError: true condition: always() sbomEnabled: false # we don't need SBOM for logs diff --git a/eng/common/templates-official/variables/pool-providers.yml b/eng/common/templates-official/variables/pool-providers.yml index 1f308b24efc4..2cc3ae305d5a 100644 --- a/eng/common/templates-official/variables/pool-providers.yml +++ b/eng/common/templates-official/variables/pool-providers.yml @@ -23,7 +23,7 @@ # # pool: # name: $(DncEngInternalBuildPool) -# image: 1es-windows-2022 +# image: windows.vs2026.amd64 variables: # Coalesce the target and source branches so we know when a PR targets a release branch diff --git a/eng/common/templates/job/job.yml b/eng/common/templates/job/job.yml index 238fa0818f7b..7f1b5d97d1ab 100644 --- a/eng/common/templates/job/job.yml +++ b/eng/common/templates/job/job.yml @@ -61,16 +61,16 @@ jobs: sbomEnabled: false # we don't need SBOM for logs - ${{ if ne(parameters.enablePublishBuildArtifacts, 'false') }}: - - template: /eng/common/core-templates/steps/publish-build-artifacts.yml + - template: /eng/common/core-templates/steps/publish-pipeline-artifacts.yml parameters: is1ESPipeline: false args: displayName: Publish Logs - pathToPublish: '$(Build.ArtifactStagingDirectory)/artifacts/log/$(_BuildConfig)' - publishLocation: Container + targetPath: '$(Build.ArtifactStagingDirectory)/artifacts/log/$(_BuildConfig)' artifactName: ${{ coalesce(parameters.enablePublishBuildArtifacts.artifactName, '$(Agent.Os)_$(Agent.JobName)_Attempt$(System.JobAttempt)' ) }} continueOnError: true condition: always() + sbomEnabled: false - ${{ if eq(parameters.enableBuildRetry, 'true') }}: - template: /eng/common/core-templates/steps/publish-pipeline-artifacts.yml diff --git a/eng/common/templates/variables/pool-providers.yml b/eng/common/templates/variables/pool-providers.yml index 18693ea120d5..587770f0add4 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.vs2022.amd64 +# demands: ImageOverride -equals windows.vs2026.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 fbb6cf26a634..b878f43e14b1 100644 --- a/global.json +++ b/global.json @@ -22,9 +22,9 @@ "jdk": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26176.106", - "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26176.106", - "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26176.106", + "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.26202.104", + "Microsoft.DotNet.Helix.Sdk": "11.0.0-beta.26202.104", + "Microsoft.DotNet.SharedFramework.Sdk": "11.0.0-beta.26202.104", "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.4.0", "Microsoft.WixToolset.Sdk": "5.0.2-dotnet.2811440" From 494950365f13c01bca563e59d52e99207234b55d Mon Sep 17 00:00:00 2001 From: William Godbe Date: Fri, 3 Apr 2026 12:02:24 -0700 Subject: [PATCH 3/3] Update NuGet.config --- NuGet.config | 1 + 1 file changed, 1 insertion(+) diff --git a/NuGet.config b/NuGet.config index 587ae4b8d5b9..cecd386871cd 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,6 +4,7 @@ +