diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index 24f43785d58e..2e8c9e5934eb 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -396,39 +396,39 @@
https://github.com/dotnet/runtime
fa004fb5ce5ec9f99d1c3ba3adc48c9473cc8eaa
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
-
+
https://github.com/dotnet/arcade
- 235443a5c1136571cacdfd40576f263f26bf5b9b
+ 7d1967403f5b12406763c666f41e3358bb542ced
https://github.com/dotnet/extensions
diff --git a/eng/Versions.props b/eng/Versions.props
index 0fc4b735fe63..47add9b57ff3 100644
--- a/eng/Versions.props
+++ b/eng/Versions.props
@@ -168,11 +168,11 @@
6.2.4
6.2.4
- 10.0.0-beta.25171.1
- 10.0.0-beta.25171.1
- 10.0.0-beta.25171.1
- 10.0.0-beta.25171.1
- 10.0.0-beta.25171.1
+ 10.0.0-beta.25178.2
+ 10.0.0-beta.25178.2
+ 10.0.0-beta.25178.2
+ 10.0.0-beta.25178.2
+ 10.0.0-beta.25178.2
10.0.616001
diff --git a/eng/common/build.ps1 b/eng/common/build.ps1
index d419c3a2eff5..6b3be1916fca 100644
--- a/eng/common/build.ps1
+++ b/eng/common/build.ps1
@@ -132,6 +132,7 @@ function Build {
/p:PerformanceTest=$performanceTest `
/p:Sign=$sign `
/p:Publish=$publish `
+ /p:RestoreStaticGraphEnableBinaryLogger=$binaryLog `
@properties
}
@@ -171,4 +172,4 @@ catch {
ExitWithExitCode 1
}
-ExitWithExitCode 0
\ No newline at end of file
+ExitWithExitCode 0
diff --git a/eng/common/build.sh b/eng/common/build.sh
index e24bb68f4840..36fba82a3793 100755
--- a/eng/common/build.sh
+++ b/eng/common/build.sh
@@ -250,6 +250,7 @@ function Build {
/p:PerformanceTest=$performance_test \
/p:Sign=$sign \
/p:Publish=$publish \
+ /p:RestoreStaticGraphEnableBinaryLogger=$binary_log \
$properties
ExitWithExitCode 0
@@ -267,4 +268,4 @@ if [[ "$restore" == true ]]; then
InitializeNativeTools
fi
-Build
\ No newline at end of file
+Build
diff --git a/global.json b/global.json
index 8d7c8457dbf1..9b4777878db2 100644
--- a/global.json
+++ b/global.json
@@ -27,9 +27,9 @@
"jdk": "latest"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25171.1",
- "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25171.1",
- "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25171.1",
+ "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25178.2",
+ "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25178.2",
+ "Microsoft.DotNet.SharedFramework.Sdk": "10.0.0-beta.25178.2",
"Microsoft.Build.NoTargets": "3.7.0",
"Microsoft.Build.Traversal": "3.4.0"
}