From 479e10b27399735d20ae7ab54f81449d94830d02 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 26 May 2021 12:19:54 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210525.5 Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.ApiCompat , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Helix.Sdk From Version 6.0.0-beta.21274.6 -> To Version 6.0.0-beta.21275.5 --- eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- eng/common/sdk-task.ps1 | 4 ++-- global.json | 4 ++-- 4 files changed, 17 insertions(+), 17 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 4b8f563a4cf..4ee5d6fca0e 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -95,25 +95,25 @@ - + https://github.com/dotnet/arcade - f22435d0f9cc367e75e1875d93ef980be1be6b79 + 579b548c545da1a9747bc5df599f38fe86d66251 - + https://github.com/dotnet/arcade - f22435d0f9cc367e75e1875d93ef980be1be6b79 + 579b548c545da1a9747bc5df599f38fe86d66251 - + https://github.com/dotnet/arcade - f22435d0f9cc367e75e1875d93ef980be1be6b79 + 579b548c545da1a9747bc5df599f38fe86d66251 - + https://github.com/dotnet/arcade - f22435d0f9cc367e75e1875d93ef980be1be6b79 + 579b548c545da1a9747bc5df599f38fe86d66251 - + https://github.com/dotnet/arcade - f22435d0f9cc367e75e1875d93ef980be1be6b79 + 579b548c545da1a9747bc5df599f38fe86d66251 diff --git a/eng/Versions.props b/eng/Versions.props index b498713e8bb..d76ae18f82f 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -42,9 +42,9 @@ - 6.0.0-beta.21274.6 - 6.0.0-beta.21274.6 - 6.0.0-beta.21274.6 + 6.0.0-beta.21275.5 + 6.0.0-beta.21275.5 + 6.0.0-beta.21275.5 diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index f55c43c6f47..65f1d75f3d3 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -53,7 +53,7 @@ try { } if ($task -eq "") { - Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task '" -ForegroundColor Red + Write-PipelineTelemetryError -Category 'Build' -Message "Missing required parameter '-task '" Print-Usage ExitWithExitCode 1 } @@ -78,7 +78,7 @@ try { $taskProject = GetSdkTaskProject $task if (!(Test-Path $taskProject)) { - Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task" -ForegroundColor Red + Write-PipelineTelemetryError -Category 'Build' -Message "Unknown task: $task" ExitWithExitCode 1 } diff --git a/global.json b/global.json index dceb7b90f8c..20079a31f9a 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21274.6", - "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21274.6" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.21275.5", + "Microsoft.DotNet.Helix.Sdk": "6.0.0-beta.21275.5" }, "sdk": { "version": "6.0.100-preview.3.21202.5"