Skip to content

Commit 96d7897

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20251031.1 (#638)
On relative base path root Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitExtensions From Version 11.0.0-beta.25524.1 -> To Version 11.0.0-beta.25531.1 Microsoft.DotNet.XUnitConsoleRunner From Version 2.9.3-beta.25524.1 -> To Version 2.9.3-beta.25531.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 1c8f1e3 commit 96d7897

File tree

5 files changed

+21
-17
lines changed

5 files changed

+21
-17
lines changed

eng/Version.Details.xml

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -7,25 +7,25 @@
77
</Dependency>
88
</ProductDependencies>
99
<ToolsetDependencies>
10-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25524.1">
10+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="11.0.0-beta.25531.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>904bfd153de2a88471c00a7cdd3450948e758db8</Sha>
12+
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25524.1">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="11.0.0-beta.25531.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>904bfd153de2a88471c00a7cdd3450948e758db8</Sha>
16+
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="11.0.0-beta.25524.1">
18+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="11.0.0-beta.25531.1">
1919
<Uri>https://github.com/dotnet/arcade</Uri>
20-
<Sha>904bfd153de2a88471c00a7cdd3450948e758db8</Sha>
20+
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.3-beta.25524.1">
22+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.3-beta.25531.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>904bfd153de2a88471c00a7cdd3450948e758db8</Sha>
24+
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.25524.1">
26+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="11.0.0-beta.25531.1">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>904bfd153de2a88471c00a7cdd3450948e758db8</Sha>
28+
<Sha>d8816877a6b0e6cb39cb57d92557ad4952715a2e</Sha>
2929
</Dependency>
3030
</ToolsetDependencies>
3131
</Dependencies>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -12,10 +12,10 @@
1212
<!-- roslyn -->
1313
<MicrosoftCodeAnalysisVersion>5.3.0-1.25524.13</MicrosoftCodeAnalysisVersion>
1414
<!-- arcade -->
15-
<MicrosoftDotNetBuildTasksTemplatingVersion>11.0.0-beta.25524.1</MicrosoftDotNetBuildTasksTemplatingVersion>
16-
<MicrosoftDotNetRemoteExecutorVersion>11.0.0-beta.25524.1</MicrosoftDotNetRemoteExecutorVersion>
17-
<MicrosoftDotNetXUnitExtensionsVersion>11.0.0-beta.25524.1</MicrosoftDotNetXUnitExtensionsVersion>
18-
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.9.3-beta.25524.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
15+
<MicrosoftDotNetBuildTasksTemplatingVersion>11.0.0-beta.25531.1</MicrosoftDotNetBuildTasksTemplatingVersion>
16+
<MicrosoftDotNetRemoteExecutorVersion>11.0.0-beta.25531.1</MicrosoftDotNetRemoteExecutorVersion>
17+
<MicrosoftDotNetXUnitExtensionsVersion>11.0.0-beta.25531.1</MicrosoftDotNetXUnitExtensionsVersion>
18+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.9.3-beta.25531.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
1919
<!--
2020
These are used as reference assemblies only, so they must not take a ProdCon/source-build
2121
version. Insert "RefOnly" to avoid assignment via PVP.

eng/common/core-templates/steps/publish-logs.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,8 @@ steps:
2828
arguments: -InputPath '$(System.DefaultWorkingDirectory)/PostBuildLogs'
2929
-BinlogToolVersion ${{parameters.BinlogToolVersion}}
3030
-TokensFilePath '$(System.DefaultWorkingDirectory)/eng/BinlogSecretsRedactionFile.txt'
31+
-runtimeSourceFeed https://ci.dot.net/internal
32+
-runtimeSourceFeedKey $(dotnetbuilds-internal-container-read-token-base64)
3133
'$(publishing-dnceng-devdiv-code-r-build-re)'
3234
'$(MaestroAccessToken)'
3335
'$(dn-bot-all-orgs-artifact-feeds-rw)'

eng/common/post-build/redact-logs.ps1

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,9 @@ param(
77
# File with strings to redact - separated by newlines.
88
# For comments start the line with '# ' - such lines are ignored
99
[Parameter(Mandatory=$false)][string] $TokensFilePath,
10-
[Parameter(ValueFromRemainingArguments=$true)][String[]]$TokensToRedact
10+
[Parameter(ValueFromRemainingArguments=$true)][String[]]$TokensToRedact,
11+
[Parameter(Mandatory=$false)][string] $runtimeSourceFeed,
12+
[Parameter(Mandatory=$false)][string] $runtimeSourceFeedKey
1113
)
1214

1315
try {

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
{
22
"tools": {
3-
"dotnet": "10.0.100-rc.2.25464.104"
3+
"dotnet": "10.0.100-rc.2.25502.107"
44
},
55
"test": {
66
"runner": "Microsoft.Testing.Platform"
77
},
88
"msbuild-sdks": {
9-
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25524.1",
9+
"Microsoft.DotNet.Arcade.Sdk": "11.0.0-beta.25531.1",
1010
"Microsoft.Build.Traversal": "3.4.0"
1111
}
1212
}

0 commit comments

Comments
 (0)