Skip to content

Commit f9335c1

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250429.4
Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.XUnitExtensions From Version 10.0.0-beta.25228.101 -> To Version 10.0.0-beta.25229.4
1 parent 348b5d1 commit f9335c1

File tree

4 files changed

+20
-31
lines changed

4 files changed

+20
-31
lines changed

eng/Version.Details.xml

+15-15
Original file line numberDiff line numberDiff line change
@@ -22,25 +22,25 @@
2222
<Uri>https://github.com/dotnet/dotnet</Uri>
2323
<Sha>5fd0935290d20e7172918595a509a367df7d5bb6</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25228.101">
26-
<Uri>https://github.com/dotnet/dotnet</Uri>
27-
<Sha>5fd0935290d20e7172918595a509a367df7d5bb6</Sha>
25+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25229.4">
26+
<Uri>https://github.com/dotnet/arcade</Uri>
27+
<Sha>e46d1266547513110e67a3e4709fe8ecdfb20849</Sha>
2828
</Dependency>
29-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25228.101">
30-
<Uri>https://github.com/dotnet/dotnet</Uri>
31-
<Sha>5fd0935290d20e7172918595a509a367df7d5bb6</Sha>
29+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Archives" Version="10.0.0-beta.25229.4">
30+
<Uri>https://github.com/dotnet/arcade</Uri>
31+
<Sha>e46d1266547513110e67a3e4709fe8ecdfb20849</Sha>
3232
</Dependency>
33-
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25228.101">
34-
<Uri>https://github.com/dotnet/dotnet</Uri>
35-
<Sha>5fd0935290d20e7172918595a509a367df7d5bb6</Sha>
33+
<Dependency Name="Microsoft.DotNet.CodeAnalysis" Version="10.0.0-beta.25229.4">
34+
<Uri>https://github.com/dotnet/arcade</Uri>
35+
<Sha>e46d1266547513110e67a3e4709fe8ecdfb20849</Sha>
3636
</Dependency>
37-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25228.101">
38-
<Uri>https://github.com/dotnet/dotnet</Uri>
39-
<Sha>5fd0935290d20e7172918595a509a367df7d5bb6</Sha>
37+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25229.4">
38+
<Uri>https://github.com/dotnet/arcade</Uri>
39+
<Sha>e46d1266547513110e67a3e4709fe8ecdfb20849</Sha>
4040
</Dependency>
41-
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25228.101">
42-
<Uri>https://github.com/dotnet/dotnet</Uri>
43-
<Sha>5fd0935290d20e7172918595a509a367df7d5bb6</Sha>
41+
<Dependency Name="Microsoft.DotNet.XUnitExtensions" Version="10.0.0-beta.25229.4">
42+
<Uri>https://github.com/dotnet/arcade</Uri>
43+
<Sha>e46d1266547513110e67a3e4709fe8ecdfb20849</Sha>
4444
</Dependency>
4545
<Dependency Name="Microsoft.FileFormats" Version="1.0.622301">
4646
<Uri>https://github.com/dotnet/diagnostics</Uri>

eng/Versions.props

+3-3
Original file line numberDiff line numberDiff line change
@@ -54,9 +54,9 @@
5454
<!-- dotnet/dotnet references -->
5555
<MicrosoftAspNetCoreAppRuntimewinx64Version>10.0.0-preview.5.25228.101</MicrosoftAspNetCoreAppRuntimewinx64Version>
5656
<MicrosoftCodeAnalysisNetAnalyzersVersion>10.0.0-preview.25228.101</MicrosoftCodeAnalysisNetAnalyzersVersion>
57-
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25228.101</MicrosoftDotNetBuildTasksArchivesVersion>
58-
<MicrosoftDotNetCodeAnalysisVersion>10.0.0-beta.25228.101</MicrosoftDotNetCodeAnalysisVersion>
59-
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25228.101</MicrosoftDotNetXUnitExtensionsVersion>
57+
<MicrosoftDotNetBuildTasksArchivesVersion>10.0.0-beta.25229.4</MicrosoftDotNetBuildTasksArchivesVersion>
58+
<MicrosoftDotNetCodeAnalysisVersion>10.0.0-beta.25229.4</MicrosoftDotNetCodeAnalysisVersion>
59+
<MicrosoftDotNetXUnitExtensionsVersion>10.0.0-beta.25229.4</MicrosoftDotNetXUnitExtensionsVersion>
6060
<MicrosoftNETCoreAppRuntimewinx64Version>10.0.0-preview.5.25228.101</MicrosoftNETCoreAppRuntimewinx64Version>
6161
<SystemCommandLineVersion>2.0.0-beta5.25228.101</SystemCommandLineVersion>
6262
<VSRedistCommonAspNetCoreSharedFrameworkx64100Version>10.0.0-preview.5.25228.101</VSRedistCommonAspNetCoreSharedFrameworkx64100Version>

eng/common/core-templates/steps/source-build.yml

-11
Original file line numberDiff line numberDiff line change
@@ -121,14 +121,3 @@ steps:
121121
continueOnError: true
122122
condition: succeededOrFailed()
123123
sbomEnabled: false # we don't need SBOM for logs
124-
125-
# Manually inject component detection so that we can ignore the source build upstream cache, which contains
126-
# a nupkg cache of input packages (a local feed).
127-
# This path must match the upstream cache path in property 'CurrentRepoSourceBuiltNupkgCacheDir'
128-
# in src\Microsoft.DotNet.Arcade.Sdk\tools\SourceBuild\SourceBuildArcade.targets
129-
- template: /eng/common/core-templates/steps/component-governance.yml
130-
parameters:
131-
displayName: Component Detection (Exclude upstream cache)
132-
is1ESPipeline: ${{ parameters.is1ESPipeline }}
133-
componentGovernanceIgnoreDirectories: '$(Build.SourcesDirectory)/artifacts/sb/src/artifacts/obj/source-built-upstream-cache'
134-
disableComponentGovernance: ${{ eq(variables['System.TeamProject'], 'public') }}

global.json

+2-2
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@
2626
},
2727
"msbuild-sdks": {
2828
"Microsoft.Build.NoTargets": "3.7.0",
29-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25228.101",
30-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25228.101"
29+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25229.4",
30+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25229.4"
3131
}
3232
}

0 commit comments

Comments
 (0)