Skip to content

Commit 34decff

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250406.1 (#546)
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.XUnitConsoleRunner , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25178.2 -> To Version 10.0.0-beta.25206.1 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent b28a8a8 commit 34decff

File tree

4 files changed

+15
-28
lines changed

4 files changed

+15
-28
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="10.0.0-beta.25178.2">
10+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25206.1">
1111
<Uri>https://github.com/dotnet/arcade</Uri>
12-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
12+
<Sha>37f732fbfa006386f89a16be417278ea4fee375e</Sha>
1313
</Dependency>
14-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25178.2">
14+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Templating" Version="10.0.0-beta.25206.1">
1515
<Uri>https://github.com/dotnet/arcade</Uri>
16-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
16+
<Sha>37f732fbfa006386f89a16be417278ea4fee375e</Sha>
1717
</Dependency>
18-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25178.2">
18+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25206.1">
1919
<Uri>https://github.com/dotnet/arcade</Uri>
20-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
20+
<Sha>37f732fbfa006386f89a16be417278ea4fee375e</Sha>
2121
</Dependency>
22-
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.2-beta.25178.2">
22+
<Dependency Name="Microsoft.DotNet.XUnitConsoleRunner" Version="2.9.2-beta.25206.1">
2323
<Uri>https://github.com/dotnet/arcade</Uri>
24-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
24+
<Sha>37f732fbfa006386f89a16be417278ea4fee375e</Sha>
2525
</Dependency>
26-
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25178.2">
26+
<Dependency Name="Microsoft.DotNet.RemoteExecutor" Version="10.0.0-beta.25206.1">
2727
<Uri>https://github.com/dotnet/arcade</Uri>
28-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
28+
<Sha>37f732fbfa006386f89a16be417278ea4fee375e</Sha>
2929
</Dependency>
3030
</ToolsetDependencies>
3131
</Dependencies>

eng/Versions.props

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,10 +13,10 @@
1313
<MicrosoftCodeAnalysisAnalyzersVersion>3.3.4</MicrosoftCodeAnalysisAnalyzersVersion>
1414
<MicrosoftCodeAnalysisVersion>4.12.0-3.25173.5</MicrosoftCodeAnalysisVersion>
1515
<!-- arcade -->
16-
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25178.2</MicrosoftDotNetBuildTasksTemplatingVersion>
17-
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25178.2</MicrosoftDotNetRemoteExecutorVersion>
18-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25178.2</MicrosoftDotNetXUnitExtensionsVersion>
19-
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.9.2-beta.25178.2</MicrosoftDotNetXUnitConsoleRunnerVersion>
16+
<MicrosoftDotNetBuildTasksTemplatingVersion>10.0.0-beta.25206.1</MicrosoftDotNetBuildTasksTemplatingVersion>
17+
<MicrosoftDotNetRemoteExecutorVersion>10.0.0-beta.25206.1</MicrosoftDotNetRemoteExecutorVersion>
18+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25206.1</MicrosoftDotNetXUnitExtensionsVersion>
19+
<MicrosoftDotNetXUnitConsoleRunnerVersion>2.9.2-beta.25206.1</MicrosoftDotNetXUnitConsoleRunnerVersion>
2020
<!--
2121
These are used as reference assemblies only, so they must not take a ProdCon/source-build
2222
version. Insert "RefOnly" to avoid assignment via PVP.

eng/common/core-templates/job/job.yml

Lines changed: 0 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,6 @@ jobs:
7373
- ${{ if ne(parameters.enableTelemetry, 'false') }}:
7474
- name: DOTNET_CLI_TELEMETRY_PROFILE
7575
value: '$(Build.Repository.Uri)'
76-
- ${{ if eq(parameters.enableRichCodeNavigation, 'true') }}:
77-
- name: EnableRichCodeNavigation
78-
value: 'true'
7976
# Retry signature validation up to three times, waiting 2 seconds between attempts.
8077
# See https://learn.microsoft.com/en-us/nuget/reference/errors-and-warnings/nu3028#retry-untrusted-root-failures
8178
- name: NUGET_EXPERIMENTAL_CHAIN_BUILD_RETRY_POLICY
@@ -147,16 +144,6 @@ jobs:
147144
- ${{ each step in parameters.steps }}:
148145
- ${{ step }}
149146

150-
- ${{ if eq(parameters.enableRichCodeNavigation, true) }}:
151-
- task: RichCodeNavIndexer@0
152-
displayName: RichCodeNav Upload
153-
inputs:
154-
languages: ${{ coalesce(parameters.richCodeNavigationLanguage, 'csharp') }}
155-
environment: ${{ coalesce(parameters.richCodeNavigationEnvironment, 'internal') }}
156-
richNavLogOutputDirectory: $(Build.SourcesDirectory)/artifacts/bin
157-
uploadRichNavArtifacts: ${{ coalesce(parameters.richCodeNavigationUploadArtifacts, false) }}
158-
continueOnError: true
159-
160147
- ${{ each step in parameters.componentGovernanceSteps }}:
161148
- ${{ step }}
162149

global.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"dotnet": "10.0.100-preview.3.25167.3"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25178.2",
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25206.1",
77
"Microsoft.Build.Traversal": "3.4.0"
88
}
99
}

0 commit comments

Comments
 (0)