From 89366da5d0317667d686ab2d2250a361c35cf398 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Mon, 14 Oct 2024 12:05:25 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20241011.1 Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.Build.Tasks.Templating , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.RemoteExecutor From Version 10.0.0-beta.24510.1 -> To Version 10.0.0-beta.24511.1 --- eng/Version.Details.xml | 24 +++++++++---------- eng/Versions.props | 8 +++---- eng/common/build.sh | 1 - .../core-templates/steps/source-build.yml | 1 - global.json | 4 ++-- 5 files changed, 18 insertions(+), 20 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f47b88dc1082..13ce31304b63 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -388,31 +388,31 @@ https://github.com/dotnet/winforms efe6e112d821ad55a060f5c7e244c85a2478e9c3 - + https://github.com/dotnet/arcade - 380002a14775d7f68f098c7e6b7d1c3638bd4c5d + 712dea25b14a59fe642f2d28e8a3f3c931c03759 - + https://github.com/dotnet/arcade - 380002a14775d7f68f098c7e6b7d1c3638bd4c5d + 712dea25b14a59fe642f2d28e8a3f3c931c03759 - + https://github.com/dotnet/arcade - 380002a14775d7f68f098c7e6b7d1c3638bd4c5d + 712dea25b14a59fe642f2d28e8a3f3c931c03759 - + https://github.com/dotnet/arcade - 380002a14775d7f68f098c7e6b7d1c3638bd4c5d + 712dea25b14a59fe642f2d28e8a3f3c931c03759 - + https://github.com/dotnet/arcade - 380002a14775d7f68f098c7e6b7d1c3638bd4c5d + 712dea25b14a59fe642f2d28e8a3f3c931c03759 - + https://github.com/dotnet/arcade - 380002a14775d7f68f098c7e6b7d1c3638bd4c5d + 712dea25b14a59fe642f2d28e8a3f3c931c03759 https://github.com/dotnet/extensions diff --git a/eng/Versions.props b/eng/Versions.props index f09a4d93f9e8..34beed523ca3 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -165,10 +165,10 @@ 6.2.4 6.2.4 - 10.0.0-beta.24510.1 - 10.0.0-beta.24510.1 - 10.0.0-beta.24510.1 - 10.0.0-beta.24510.1 + 10.0.0-beta.24511.1 + 10.0.0-beta.24511.1 + 10.0.0-beta.24511.1 + 10.0.0-beta.24511.1 10.0.0-alpha.1.24502.3 diff --git a/eng/common/build.sh b/eng/common/build.sh index ac1ee8620cd2..483647daf182 100755 --- a/eng/common/build.sh +++ b/eng/common/build.sh @@ -231,7 +231,6 @@ function Build { /p:Restore=$restore \ /p:Build=$build \ /p:DotNetBuildRepo=$product_build \ - /p:ArcadeBuildFromSource=$source_build \ /p:DotNetBuildSourceOnly=$source_build \ /p:Rebuild=$rebuild \ /p:Test=$test \ diff --git a/eng/common/core-templates/steps/source-build.yml b/eng/common/core-templates/steps/source-build.yml index 2915d29bb7f6..c9271c011585 100644 --- a/eng/common/core-templates/steps/source-build.yml +++ b/eng/common/core-templates/steps/source-build.yml @@ -86,7 +86,6 @@ steps: $runtimeOsArgs \ $baseOsArgs \ /p:SourceBuildNonPortable=${{ parameters.platform.nonPortable }} \ - /p:ArcadeBuildFromSource=true \ /p:DotNetBuildSourceOnly=true \ /p:DotNetBuildRepo=true \ /p:AssetManifestFileName=$assetManifestFileName diff --git a/global.json b/global.json index ea6568ca0708..44849d8ef831 100644 --- a/global.json +++ b/global.json @@ -27,7 +27,7 @@ "jdk": "11" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24510.1", - "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24510.1" + "Microsoft.DotNet.Arcade.Sdk": "10.0.0-beta.24511.1", + "Microsoft.DotNet.Helix.Sdk": "10.0.0-beta.24511.1" } }