From 702b138f239c2f01dacde466285e502a45f0208d Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 29 Jul 2026 15:05:05 +0000 Subject: [PATCH] Update dependencies from build 324902 Updated Dependencies: Microsoft.DotNet.Arcade.Sdk (Version 10.0.0-beta.26378.113 -> 10.0.0-beta.26379.105) [[ commit created by automation ]] --- eng/Version.Details.props | 2 +- eng/Version.Details.xml | 6 +++--- eng/common/core-templates/steps/publish-logs.yml | 1 - global.json | 2 +- 4 files changed, 5 insertions(+), 6 deletions(-) diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 71dc7b36fa..fd384149cb 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.26378.113 + 10.0.0-beta.26379.105 2.0.10 10.0.10 10.0.10 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 33457e5d63..ab07126a11 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,6 +1,6 @@ - + https://dev.azure.com/dnceng/internal/_git/dotnet-dotnet @@ -20,9 +20,9 @@ - + https://github.com/dotnet/dotnet - 44eb40611be3c94e8b5f2584367a4a129ceb8dfa + 29565a6c3717842a6dc731421e8359560ac5882a diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 694f55a926..4411b3b0ee 100644 --- a/eng/common/core-templates/steps/publish-logs.yml +++ b/eng/common/core-templates/steps/publish-logs.yml @@ -31,7 +31,6 @@ steps: -runtimeSourceFeed https://ci.dot.net/internal -runtimeSourceFeedKey '$(dotnetbuilds-internal-container-read-token-base64)' '$(publishing-dnceng-devdiv-code-r-build-re)' - '$(dn-bot-all-orgs-artifact-feeds-rw)' '$(akams-client-id)' '$(dn-bot-all-orgs-build-rw-code-rw)' '$(System.AccessToken)' diff --git a/global.json b/global.json index 3a5de592c3..3661843e29 100644 --- a/global.json +++ b/global.json @@ -13,7 +13,7 @@ "dotnet": "10.0.302" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26378.113", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26379.105", "Microsoft.Build.NoTargets": "3.7.0" } }