From 7fa4f2de26009939d34e55a225841937db6c1b43 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 12:52:56 +0100 Subject: [PATCH 1/2] [vs18.0] Update dependencies from dotnet/arcade (#13098) This pull request updates the following dependencies [marker]: <> (Begin:36ae1796-1371-4d85-8c50-69153b9e67d7) ## From https://github.com/dotnet/arcade - **Subscription**: [36ae1796-1371-4d85-8c50-69153b9e67d7](https://maestro.dot.net/subscriptions?search=36ae1796-1371-4d85-8c50-69153b9e67d7) - **Build**: [20260116.3](https://dev.azure.com/dnceng/internal/_build/results?buildId=2881172) ([297689](https://maestro.dot.net/channel/8394/github:dotnet:arcade/build/297689)) - **Date Produced**: January 16, 2026 11:19:37 PM UTC - **Commit**: [af17297350d5e5357d2ab3d69369d2a58b8bc4ab](https://github.com/dotnet/arcade/commit/af17297350d5e5357d2ab3d69369d2a58b8bc4ab) - **Branch**: [release/10.0](https://github.com/dotnet/arcade/tree/release/10.0) [DependencyUpdate]: <> (Begin) - **Dependency Updates**: - From [10.0.0-beta.26062.3 to 10.0.0-beta.26066.3][1] - Microsoft.DotNet.Arcade.Sdk - Microsoft.DotNet.XUnitExtensions [1]: https://github.com/dotnet/arcade/compare/9f518f2be9...af17297350 [DependencyUpdate]: <> (End) [marker]: <> (End:36ae1796-1371-4d85-8c50-69153b9e67d7) --------- Co-authored-by: dotnet-maestro[bot] Co-authored-by: Gang Wang --- eng/Version.Details.props | 4 ++-- eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/core-templates/job/source-build.yml | 2 +- global.json | 2 +- 5 files changed, 9 insertions(+), 9 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 7cab66d99b0..77d7b485e57 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -24,8 +24,8 @@ This file should be imported by eng/Versions.props 9.0.0 9.0.0 - 10.0.0-beta.26062.3 - 10.0.0-beta.26062.3 + 10.0.0-beta.26066.3 + 10.0.0-beta.26066.3 7.0.0-preview.2.254 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ad11a6b0077..1f1f937b1ab 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -106,9 +106,9 @@ - + https://github.com/dotnet/arcade - 9f518f2be968c4c0102c2e3f8c793c5b7f28b731 + af17297350d5e5357d2ab3d69369d2a58b8bc4ab https://github.com/nuget/nuget.client @@ -118,9 +118,9 @@ https://github.com/dotnet/roslyn 5d47bb1c178652caa40b55664c06c74e35edebdf - + https://github.com/dotnet/arcade - 9f518f2be968c4c0102c2e3f8c793c5b7f28b731 + af17297350d5e5357d2ab3d69369d2a58b8bc4ab diff --git a/eng/Versions.props b/eng/Versions.props index 949bf72242a..b18be20068f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 18.0.11release + 18.0.12release 17.14.8 15.1.0.0 servicing diff --git a/eng/common/core-templates/job/source-build.yml b/eng/common/core-templates/job/source-build.yml index d805d5faeb9..c08b3ad8ad0 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.2004.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-mariner-2 + image: Azure-Linux-3-Amd64 os: linux ${{ else }}: pool: diff --git a/global.json b/global.json index b7b8997b7ea..d2b5c0b03ea 100644 --- a/global.json +++ b/global.json @@ -15,6 +15,6 @@ "xcopy-msbuild": "18.0.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26062.3" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26066.3" } } From 812eb31cb676e837ca4f3348317e90578c051b95 Mon Sep 17 00:00:00 2001 From: YuliiaKovalova <95473390+YuliiaKovalova@users.noreply.github.com> Date: Mon, 2 Feb 2026 12:12:28 +0100 Subject: [PATCH 2/2] Disable localization for vs18.0 in build configuration (#13164) Disable localization for vs18.0 in build configuration --- .vsts-dotnet.yml | 2 +- eng/Versions.props | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.vsts-dotnet.yml b/.vsts-dotnet.yml index e367ebaa07f..658a06da400 100644 --- a/.vsts-dotnet.yml +++ b/.vsts-dotnet.yml @@ -49,7 +49,7 @@ variables: - name: SkipApplyOptimizationData value: true - name: EnableReleaseOneLocBuild - value: true # Enable loc for vs18.0 + value: false # Disable loc for vs18.0 - name: Codeql.Enabled value: true - group: DotNet-MSBuild-SDLValidation-Params diff --git a/eng/Versions.props b/eng/Versions.props index b18be20068f..a4ca12cb448 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 18.0.12release + 18.0.13release 17.14.8 15.1.0.0 servicing