Skip to content

Commit ed2bd86

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250328.2 (#657)
Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Packaging , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25171.1 -> To Version 10.0.0-beta.25178.2 Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
1 parent 6263f60 commit ed2bd86

File tree

5 files changed

+15
-13
lines changed

5 files changed

+15
-13
lines changed

eng/Version.Details.xml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -8,23 +8,23 @@
88
</Dependency>
99
</ProductDependencies>
1010
<ToolsetDependencies>
11-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25171.1">
11+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25178.2">
1212
<Uri>https://github.com/dotnet/arcade</Uri>
13-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
13+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
1414
</Dependency>
1515
<!-- Intermediate is necessary for source build. -->
16-
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25171.1">
16+
<Dependency Name="Microsoft.SourceBuild.Intermediate.arcade" Version="10.0.0-beta.25178.2">
1717
<Uri>https://github.com/dotnet/arcade</Uri>
18-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
18+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
1919
<SourceBuild RepoName="arcade" ManagedOnly="true" />
2020
</Dependency>
21-
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25171.1">
21+
<Dependency Name="Microsoft.DotNet.Helix.Sdk" Version="10.0.0-beta.25178.2">
2222
<Uri>https://github.com/dotnet/arcade</Uri>
23-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
23+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
2424
</Dependency>
25-
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25171.1">
25+
<Dependency Name="Microsoft.DotNet.Build.Tasks.Packaging" Version="10.0.0-beta.25178.2">
2626
<Uri>https://github.com/dotnet/arcade</Uri>
27-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
27+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
2828
</Dependency>
2929
</ToolsetDependencies>
3030
</Dependencies>

eng/Versions.props

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,6 @@
66
<PreReleaseVersionIteration>1</PreReleaseVersionIteration>
77
</PropertyGroup>
88
<PropertyGroup>
9-
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25171.1</MicrosoftDotNetBuildTasksPackagingVersion>
9+
<MicrosoftDotNetBuildTasksPackagingVersion>10.0.0-beta.25178.2</MicrosoftDotNetBuildTasksPackagingVersion>
1010
</PropertyGroup>
1111
</Project>

eng/common/build.ps1

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ function Build {
132132
/p:PerformanceTest=$performanceTest `
133133
/p:Sign=$sign `
134134
/p:Publish=$publish `
135+
/p:RestoreStaticGraphEnableBinaryLogger=$binaryLog `
135136
@properties
136137
}
137138

@@ -171,4 +172,4 @@ catch {
171172
ExitWithExitCode 1
172173
}
173174

174-
ExitWithExitCode 0
175+
ExitWithExitCode 0

eng/common/build.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -250,6 +250,7 @@ function Build {
250250
/p:PerformanceTest=$performance_test \
251251
/p:Sign=$sign \
252252
/p:Publish=$publish \
253+
/p:RestoreStaticGraphEnableBinaryLogger=$binary_log \
253254
$properties
254255

255256
ExitWithExitCode 0
@@ -267,4 +268,4 @@ if [[ "$restore" == true ]]; then
267268
InitializeNativeTools
268269
fi
269270

270-
Build
271+
Build

global.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,8 @@
33
"dotnet": "10.0.100-preview.3.25167.3"
44
},
55
"msbuild-sdks": {
6-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25171.1",
7-
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25171.1",
6+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25178.2",
7+
"Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25178.2",
88
"Microsoft.Build.Traversal": "3.4.0"
99
}
1010
}

0 commit comments

Comments
 (0)