From 468fa5dac5e885876a689012df60f453028d41d0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 2 Jun 2026 02:10:13 +0000 Subject: [PATCH 1/2] Backflow from https://github.com/dotnet/dotnet / fb9903c build 316646 Diff: https://github.com/dotnet/dotnet/compare/0685683309889ba59869e33948ada58c28593509..fb9903c586269a0851541c06b079220bf09a1e98 From: https://github.com/dotnet/dotnet/commit/0685683309889ba59869e33948ada58c28593509 To: https://github.com/dotnet/dotnet/commit/fb9903c586269a0851541c06b079220bf09a1e98 [[ commit created by automation ]] From 06a2f75f26df3880b96ef31e28175c78334c67e0 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 2 Jun 2026 02:10:14 +0000 Subject: [PATCH 2/2] Update dependencies from build 316646 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26276.118 -> 10.0.0-beta.26301.104) System.CommandLine (Version 2.0.10 -> 2.0.10) [[ commit created by automation ]] --- NuGet.config | 2 +- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 8 ++++---- eng/common/core-templates/steps/publish-logs.yml | 3 --- global.json | 2 +- 5 files changed, 7 insertions(+), 10 deletions(-) diff --git a/NuGet.config b/NuGet.config index cd7b80f86b..97f2109650 100644 --- a/NuGet.config +++ b/NuGet.config @@ -4,7 +4,7 @@ - + diff --git a/eng/Version.Details.props b/eng/Version.Details.props index e7194a9f7d..db38d66bd5 100644 --- a/eng/Version.Details.props +++ b/eng/Version.Details.props @@ -6,7 +6,7 @@ This file should be imported by eng/Versions.props - 10.0.0-beta.26276.118 + 10.0.0-beta.26301.104 2.0.10 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ff102ef491..9a37dfce00 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,16 +1,16 @@ - + https://github.com/dotnet/dotnet - d0455315ecb2553e5df2879aaa0b99cc5d573d8f + fb9903c586269a0851541c06b079220bf09a1e98 - + https://github.com/dotnet/dotnet - d0455315ecb2553e5df2879aaa0b99cc5d573d8f + fb9903c586269a0851541c06b079220bf09a1e98 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 4eed0312b8..694f55a926 100644 --- a/eng/common/core-templates/steps/publish-logs.yml +++ b/eng/common/core-templates/steps/publish-logs.yml @@ -33,9 +33,6 @@ steps: '$(publishing-dnceng-devdiv-code-r-build-re)' '$(dn-bot-all-orgs-artifact-feeds-rw)' '$(akams-client-id)' - '$(microsoft-symbol-server-pat)' - '$(symweb-symbol-server-pat)' - '$(dnceng-symbol-server-pat)' '$(dn-bot-all-orgs-build-rw-code-rw)' '$(System.AccessToken)' ${{parameters.CustomSensitiveDataList}} diff --git a/global.json b/global.json index 4cd5ba7c3d..d7405c4fd0 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.108" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26276.118", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26301.104", "Microsoft.Build.NoTargets": "3.7.0" } }