diff --git a/eng/Version.Details.props b/eng/Version.Details.props index 9d088f7428..6e92ef498f 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.26125.128 + 10.0.0-beta.26157.106 diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4543c286c2..073827aa70 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -1,12 +1,12 @@ - + - + https://github.com/dotnet/dotnet - f37535073ddded8cecd2e824cce25fbef9e39514 + 1e08372d41f7d2a5e1e19071dd0d695cf460a9dd diff --git a/eng/Versions.props b/eng/Versions.props index abaa171910..3f41c0e8c6 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -3,7 +3,7 @@ - 2.2.5 + 2.2.6 servicing 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 ff7d669d1c..c902a48b6f 100644 --- a/global.json +++ b/global.json @@ -13,6 +13,6 @@ "dotnet": "10.0.103" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26125.128" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26157.106" } }