From d0ea41acb1235cf1c1278109b433fb809c779e49 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Fri, 28 Mar 2025 05:02:47 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20250327.3 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 10.0.0-beta.25175.4 -> To Version 10.0.0-beta.25177.3 --- eng/Version.Details.xml | 16 ++++++++-------- eng/common/build.ps1 | 3 ++- eng/common/build.sh | 3 ++- global.json | 4 ++-- 4 files changed, 14 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index a31dcf4fe70..ddfbca6fc4e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -165,25 +165,25 @@ - + https://github.com/dotnet/arcade - 1560b3406a8ebf9e267f7a1dddbf5238dd378081 + d66a7cfe1bad9e444b94b8a2a2676f60be07173c - + https://github.com/dotnet/arcade - 1560b3406a8ebf9e267f7a1dddbf5238dd378081 + d66a7cfe1bad9e444b94b8a2a2676f60be07173c - + https://github.com/dotnet/arcade - 1560b3406a8ebf9e267f7a1dddbf5238dd378081 + d66a7cfe1bad9e444b94b8a2a2676f60be07173c https://github.com/dotnet/arcade f4e11a15c7b8a949d4a366e792a9843ff6e88cd5 - + https://github.com/dotnet/arcade - 1560b3406a8ebf9e267f7a1dddbf5238dd378081 + d66a7cfe1bad9e444b94b8a2a2676f60be07173c https://github.com/dotnet/sourcelink diff --git a/eng/common/build.ps1 b/eng/common/build.ps1 index d419c3a2eff..6b3be1916fc 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 e24bb68f484..36fba82a379 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 80e9510c0bb..2051de1a181 100644 --- a/global.json +++ b/global.json @@ -14,8 +14,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25175.4", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25175.4", + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.25177.3", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.25177.3", "Microsoft.Build.NoTargets": "3.7.56" }, "sdk": {