From 6d35d5f773104c6b382e3bd2049acefee111a6c9 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 31 Mar 2025 05:01:51 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20250328.2 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Archives , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor , Microsoft.DotNet.SharedFramework.Sdk From Version 10.0.0-beta.25171.1 -> To Version 10.0.0-beta.25178.2 --- eng/Version.Details.xml | 32 ++++++++++++++++---------------- eng/Versions.props | 10 +++++----- eng/common/build.ps1 | 3 ++- eng/common/build.sh | 3 ++- global.json | 6 +++--- 5 files changed, 28 insertions(+), 26 deletions(-) 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" }