diff --git a/eng/Version.Details.props b/eng/Version.Details.props
index 9d088f7428..a27f3d0835 100644
--- a/eng/Version.Details.props
+++ b/eng/Version.Details.props
@@ -5,12 +5,12 @@ This file should be imported by eng/Versions.props
-->
-
- 10.0.0-beta.26125.128
+
+ 10.0.0-beta.26177.113
-
+
$(MicrosoftDotNetArcadeSdkPackageVersion)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 4f81a7fa98..324f78b951 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/dotnet
- f37535073ddded8cecd2e824cce25fbef9e39514
+ 6713f124fc53de19b420be2e0247d8f80868edb2
diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml
index 5a927b4c7b..a9ea99ba6a 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)'
- '$(MaestroAccessToken)'
'$(dn-bot-all-orgs-artifact-feeds-rw)'
'$(akams-client-id)'
'$(microsoft-symbol-server-pat)'
diff --git a/global.json b/global.json
index a10c005e84..3060143d1e 100644
--- a/global.json
+++ b/global.json
@@ -1,14 +1,14 @@
{
"sdk": {
- "version": "10.0.101",
+ "version": "10.0.104",
"allowPrerelease": true,
"rollForward": "major"
},
"tools": {
- "dotnet": "10.0.101"
+ "dotnet": "10.0.104"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26125.128",
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26177.113",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}