diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 076426b93b5..9149046302e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -179,33 +179,33 @@ - + https://github.com/dotnet/arcade - 4d898652733deb7dd274237ac06d27ee2ad85b36 + e365cfcb58176841c2fb80d1a40926f394776970 - + https://github.com/dotnet/arcade - 4d898652733deb7dd274237ac06d27ee2ad85b36 + e365cfcb58176841c2fb80d1a40926f394776970 - + https://github.com/dotnet/arcade - 4d898652733deb7dd274237ac06d27ee2ad85b36 + e365cfcb58176841c2fb80d1a40926f394776970 - + https://github.com/dotnet/arcade - 4d898652733deb7dd274237ac06d27ee2ad85b36 + e365cfcb58176841c2fb80d1a40926f394776970 - + https://github.com/dotnet/arcade - 4d898652733deb7dd274237ac06d27ee2ad85b36 + e365cfcb58176841c2fb80d1a40926f394776970 - + https://github.com/dotnet/arcade - 4d898652733deb7dd274237ac06d27ee2ad85b36 + e365cfcb58176841c2fb80d1a40926f394776970 - + https://github.com/dotnet/arcade - 4d898652733deb7dd274237ac06d27ee2ad85b36 + e365cfcb58176841c2fb80d1a40926f394776970 diff --git a/eng/Versions.props b/eng/Versions.props index eada7ba1557..f9c59498758 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -36,9 +36,9 @@ 0.22.8 0.22.8 - 10.0.0-beta.26123.2 - 10.0.0-beta.26123.2 - 10.0.0-beta.26123.2 + 10.0.0-beta.26164.1 + 10.0.0-beta.26164.1 + 10.0.0-beta.26164.1 10.0.3 10.2.0 diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml index 5a927b4c7bc..a9ea99ba6aa 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 14d20f78b88..31a0ba9eb85 100644 --- a/global.json +++ b/global.json @@ -1,6 +1,6 @@ { "sdk": { - "version": "10.0.103", + "version": "10.0.104", "rollForward": "major", "allowPrerelease": true, "paths": [ @@ -10,7 +10,7 @@ "errorMessage": "The .NET SDK could not be found. Run ./restore.sh (Linux/macOS) or ./restore.cmd (Windows) to install the local SDK." }, "tools": { - "dotnet": "10.0.103", + "dotnet": "10.0.104", "runtimes": { "dotnet/x64": [ "$(DotNetRuntimePreviousVersionForTesting)", @@ -33,8 +33,8 @@ "msbuild-sdks": { "Microsoft.Build.NoTargets": "3.7.0", "Microsoft.Build.Traversal": "3.2.0", - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26123.2", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26123.2", - "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.26123.2" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.26164.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.26164.1", + "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.26164.1" } }