Skip to content

Commit d27a6c1

Browse files
Update dependencies from https://github.com/dotnet/arcade build 20250328.2 (#548)
[main] Update dependencies from dotnet/arcade
1 parent b508563 commit d27a6c1

File tree

4 files changed

+7
-5
lines changed

4 files changed

+7
-5
lines changed

eng/Version.Details.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,9 +3,9 @@
33
<ProductDependencies>
44
</ProductDependencies>
55
<ToolsetDependencies>
6-
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25171.1">
6+
<Dependency Name="Microsoft.DotNet.Arcade.Sdk" Version="10.0.0-beta.25178.2">
77
<Uri>https://github.com/dotnet/arcade</Uri>
8-
<Sha>235443a5c1136571cacdfd40576f263f26bf5b9b</Sha>
8+
<Sha>7d1967403f5b12406763c666f41e3358bb542ced</Sha>
99
</Dependency>
1010
</ToolsetDependencies>
1111
</Dependencies>

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: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"dotnet": "10.0.100-preview.3.25167.3"
99
},
1010
"msbuild-sdks": {
11-
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25171.1",
11+
"Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25178.2",
1212
"Microsoft.Build.NoTargets": "3.7.0",
1313
"Microsoft.Build.Traversal": "3.4.0"
1414
}

0 commit comments

Comments
 (0)