diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index ec804288c..2c0fe7170 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- 904bfd153de2a88471c00a7cdd3450948e758db8
+ d8816877a6b0e6cb39cb57d92557ad4952715a2e
diff --git a/eng/common/core-templates/steps/publish-logs.yml b/eng/common/core-templates/steps/publish-logs.yml
index 10f825e27..0664c343b 100644
--- a/eng/common/core-templates/steps/publish-logs.yml
+++ b/eng/common/core-templates/steps/publish-logs.yml
@@ -28,6 +28,8 @@ steps:
arguments: -InputPath '$(System.DefaultWorkingDirectory)/PostBuildLogs'
-BinlogToolVersion ${{parameters.BinlogToolVersion}}
-TokensFilePath '$(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt'
+ -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)'
diff --git a/eng/common/post-build/redact-logs.ps1 b/eng/common/post-build/redact-logs.ps1
index b7fc19591..fc0218a01 100644
--- a/eng/common/post-build/redact-logs.ps1
+++ b/eng/common/post-build/redact-logs.ps1
@@ -7,7 +7,9 @@ param(
# File with strings to redact - separated by newlines.
# For comments start the line with '# ' - such lines are ignored
[Parameter(Mandatory=$false)][string] $TokensFilePath,
- [Parameter(ValueFromRemainingArguments=$true)][String[]]$TokensToRedact
+ [Parameter(ValueFromRemainingArguments=$true)][String[]]$TokensToRedact,
+ [Parameter(Mandatory=$false)][string] $runtimeSourceFeed,
+ [Parameter(Mandatory=$false)][string] $runtimeSourceFeedKey
)
try {
diff --git a/global.json b/global.json
index 3a261c15b..523011c0b 100644
--- a/global.json
+++ b/global.json
@@ -1,9 +1,9 @@
{
"sdk": {
- "version": "10.0.100-rc.1.25420.111"
+ "version": "10.0.100-rc.2.25502.107"
},
"tools": {
- "dotnet": "10.0.100-rc.1.25420.111",
+ "dotnet": "10.0.100-rc.2.25502.107",
"runtimes": {
"dotnet": [
"8.0.16",
@@ -18,6 +18,6 @@
"msbuild-sdks": {
"MSBuild.SDK.SystemWeb": "4.0.104",
"Aspire.AppHost.Sdk": "9.3.0",
- "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25524.1"
+ "Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25531.1"
}
}