Skip to content

Commit 22e2395

Browse files
[main] Update dependencies from dotnet/arcade, dotnet/sdk, dotnet/source-build-externals (#1220)
* Update dependencies from https://github.com/dotnet/arcade build 20250406.1 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk From Version 10.0.0-beta.25178.2 -> To Version 10.0.0-beta.25206.1 * Update dependencies from https://github.com/dotnet/sdk build 20250406.7 Microsoft.DotNet.GenAPI.Task From Version 10.0.100-preview.4.25180.3 -> To Version 10.0.100-preview.4.25206.7 * Update dependencies from https://github.com/dotnet/source-build-externals build 20250402.5 Microsoft.SourceBuild.Intermediate.source-build-externals From Version 10.0.617501 -> To Version 10.0.620205 --------- Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 14f8331 commit 22e2395

File tree

4 files changed

+10
-23
lines changed

4 files changed

+10
-23
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -2,24 +2,24 @@
22
<Dependencies>
33
<ToolsetDependencies>
44
<!-- Intermediate is necessary for source build. -->
5-
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="10.0.617501">
5+
<Dependency Name="Microsoft.SourceBuild.Intermediate.source-build-externals" Version="10.0.620205">
66
<Uri>https://github.com/dotnet/source-build-externals</Uri>
7-
<Sha>195acd39568d33ef6e1021c391ed3c3130f0c791</Sha>
7+
<Sha>b22cfa235a532fd7e371251830f37ca024dc2112</Sha>
88
<SourceBuild RepoName="source-build-externals" ManagedOnly="true" />
99
</Dependency>
1010
<!-- Intermediate is necessary for source build. -->
11-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25178.2">
11+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25206.1">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
13+
<Sha>37f732fbfa006386f89a16be417278ea4fee375e</Sha>
1414
<SourceBuild RepoName="arcade" ManagedOnly="true" />
1515
</Dependency>
16-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25178.2">
16+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25206.1">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
18+
<Sha>37f732fbfa006386f89a16be417278ea4fee375e</Sha>
1919
</Dependency>
20-
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.100-preview.4.25180.3">
20+
<Dependency Name="Microsoft.DotNet.GenAPI.Task" Version="10.0.100-preview.4.25206.7">
2121
<Uri>https://github.com/dotnet/sdk</Uri>
22-
<Sha>1654ef10af15883eaceb8f72a4721d912a40ece1</Sha>
22+
<Sha>9d75e4cc419c047cd8c6de205e0addc7e6f466bc</Sha>
2323
</Dependency>
2424
<Dependency Name="Microsoft.NETCore.ILAsm" Version="5.0.0-preview.4.20202.18">
2525
<Uri>https://github.com/dotnet/runtime</Uri>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
<MicrosoftNETCoreILAsmVersion>6.0.0-preview.6.21352.12</MicrosoftNETCoreILAsmVersion>
1717
<MicrosoftNETCoreILDAsmVersion>6.0.0-preview.6.21352.12</MicrosoftNETCoreILDAsmVersion>
1818
<!-- SDK dependencies -->
19-
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.100-preview.4.25180.3</MicrosoftDotNetGenAPITaskPackageVersion>
19+
<MicrosoftDotNetGenAPITaskPackageVersion>10.0.100-preview.4.25206.7</MicrosoftDotNetGenAPITaskPackageVersion>
2020
<!-- xUnit dependencies -->
2121
<XunitSkippableFactVersion>1.4.13</XunitSkippableFactVersion>
2222
</PropertyGroup>

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.NoTargets": "3.7.0"
88
}
99
}

0 commit comments

Comments
 (0)