From 968e798c7ea543e242b52bc6067af81d6435b45a Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 29 Sep 2022 12:31:55 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20220928.2 Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Build.Tasks.Installers , Microsoft.DotNet.CMake.Sdk From Version 8.0.0-beta.22477.1 -> To Version 8.0.0-beta.22478.2 Dependency coherency updates Microsoft.SourceLink.GitHub From Version 1.2.0-beta-22475-01 -> To Version 1.2.0-beta-22477-01 (parent: Microsoft.DotNet.Arcade.Sdk --- eng/Version.Details.xml | 16 ++++++++-------- eng/Versions.props | 2 +- eng/common/templates/jobs/source-build.yml | 2 +- global.json | 4 ++-- 4 files changed, 12 insertions(+), 12 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dd6c1dd0b..b9da11395 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -193,18 +193,18 @@ - + https://github.com/dotnet/arcade - 0213f8ad31ac8c63ad41760f02a929998abf69bb + 839e1e3b415fc2747dde68f47d940faa414020ec - + https://github.com/dotnet/arcade - 0213f8ad31ac8c63ad41760f02a929998abf69bb + 839e1e3b415fc2747dde68f47d940faa414020ec - + https://github.com/dotnet/arcade - 0213f8ad31ac8c63ad41760f02a929998abf69bb + 839e1e3b415fc2747dde68f47d940faa414020ec https://github.com/dotnet/arcade-services @@ -219,9 +219,9 @@ a7794a9e26ec88739e3cfc9825cb107d53a7e6f9 - + https://github.com/dotnet/sourcelink - baeb9afdfe9778caab2c57dd5c9352c3cca68cc5 + 50130a9bdd1a63b0cfaa1f267d3f7bff2ca7e631 diff --git a/eng/Versions.props b/eng/Versions.props index 4d2eaf881..4c8c2c133 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -26,7 +26,7 @@ - 8.0.0-beta.22477.1 + 8.0.0-beta.22478.2 diff --git a/eng/common/templates/jobs/source-build.yml b/eng/common/templates/jobs/source-build.yml index 8dd2d355f..bcd827994 100644 --- a/eng/common/templates/jobs/source-build.yml +++ b/eng/common/templates/jobs/source-build.yml @@ -14,7 +14,7 @@ parameters: # This is the default platform provided by Arcade, intended for use by a managed-only repo. defaultManagedPlatform: name: 'Managed' - container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-20220809204800-17a4aab' + container: 'mcr.microsoft.com/dotnet-buildtools/prereqs:centos-stream8-latest' # Defines the platforms on which to run build jobs. One job is created for each platform, and the # object in this array is sent to the job template as 'platform'. If no platforms are specified, diff --git a/global.json b/global.json index 207b49d25..4d3e5152f 100644 --- a/global.json +++ b/global.json @@ -11,7 +11,7 @@ "cmake": "3.21.0" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22477.1", - "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22477.1" + "Microsoft.DotNet.Arcade.Sdk": "8.0.0-beta.22478.2", + "Microsoft.DotNet.CMake.Sdk": "8.0.0-beta.22478.2" } }