From 1af2fb0c642a2b20b6d2093094280ca504e4d53a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Sat, 23 Mar 2024 12:17:44 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build Microsoft.SourceBuild.Intermediate.arcade , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk , Microsoft.DotNet.XliffTasks From Version 9.0.0-beta.24171.5 -> To Version 9.0.0-beta.24172.4 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 2 +- eng/common/templates-official/job/job.yml | 2 +- global.json | 4 ++-- 4 files changed, 14 insertions(+), 14 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ef9b9fd56..438ad0616 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -243,17 +243,17 @@ - + https://github.com/dotnet/arcade - 742b88473823f1271366463ee9b57bea63677312 + c936d1bc358744730613d8ce54bc3e0294e5ea56 - + https://github.com/dotnet/arcade - 742b88473823f1271366463ee9b57bea63677312 + c936d1bc358744730613d8ce54bc3e0294e5ea56 - + https://github.com/dotnet/arcade - 742b88473823f1271366463ee9b57bea63677312 + c936d1bc358744730613d8ce54bc3e0294e5ea56 https://github.com/dotnet/arcade-services @@ -263,14 +263,14 @@ https://github.com/dotnet/arcade-services 0e9abfee048404d9b994fc64235b42216ce68dad - + https://github.com/dotnet/arcade - 742b88473823f1271366463ee9b57bea63677312 + c936d1bc358744730613d8ce54bc3e0294e5ea56 - + https://github.com/dotnet/arcade - 742b88473823f1271366463ee9b57bea63677312 + c936d1bc358744730613d8ce54bc3e0294e5ea56 diff --git a/eng/Versions.props b/eng/Versions.props index 93069b9b2..2af433b5b 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -39,7 +39,7 @@ - 9.0.0-beta.24171.5 + 9.0.0-beta.24172.4 diff --git a/eng/common/templates-official/job/job.yml b/eng/common/templates-official/job/job.yml index dfc3c0cf0..16727e258 100644 --- a/eng/common/templates-official/job/job.yml +++ b/eng/common/templates-official/job/job.yml @@ -128,7 +128,7 @@ jobs: - ${{ if and(eq(parameters.runAsPublic, 'false'), ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: - ${{ if eq(parameters.enableMicrobuild, 'true') }}: - - task: MicroBuildSigningPlugin@3 + - task: MicroBuildSigningPlugin@4 displayName: Install MicroBuild plugin inputs: signType: $(_SignType) diff --git a/global.json b/global.json index 01bc2a744..93f2b53e5 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "latest" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24171.5", - "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24171.5" + "Microsoft.DotNet.Arcade.Sdk": "9.0.0-beta.24172.4", + "Microsoft.DotNet.CMake.Sdk": "9.0.0-beta.24172.4" } }