From 8e26911695a7dbc7701d09c2bdff7fa43cdb43f4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Thu, 13 Aug 2020 14:12:54 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200811.8 Microsoft.DotNet.CodeAnalysis , Microsoft.DotNet.GenAPI , Microsoft.DotNet.Arcade.Sdk , Microsoft.DotNet.Helix.Sdk , Microsoft.DotNet.ApiCompat From Version 5.0.0-beta.20407.3 -> To Version 5.0.0-beta.20411.8 --- NuGet.config | 1 + eng/Version.Details.xml | 20 ++++++++++---------- eng/Versions.props | 6 +++--- eng/common/sdk-task.ps1 | 1 + global.json | 4 ++-- 5 files changed, 17 insertions(+), 15 deletions(-) diff --git a/NuGet.config b/NuGet.config index 48c6a642f..0c1f3e64f 100644 --- a/NuGet.config +++ b/NuGet.config @@ -9,4 +9,5 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 607b09309..d3ae9d080 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -91,25 +91,25 @@ - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 - + https://github.com/dotnet/arcade - ea8f37e8982dc22022b33c5e151081ad04d923a6 + ecec08a0eebbd92bb9538e351d475582551d9092 diff --git a/eng/Versions.props b/eng/Versions.props index 56fa955ed..1277088ea 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -41,9 +41,9 @@ - 5.0.0-beta.20407.3 - 5.0.0-beta.20407.3 - 5.0.0-beta.20407.3 + 5.0.0-beta.20411.8 + 5.0.0-beta.20411.8 + 5.0.0-beta.20411.8 diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 32ad5c7e9..e159c6f18 100644 --- a/eng/common/sdk-task.ps1 +++ b/eng/common/sdk-task.ps1 @@ -42,6 +42,7 @@ function Build([string]$target) { /p:Configuration=$configuration ` /p:RepoRoot=$RepoRoot ` /p:BaseIntermediateOutputPath=$outputPath ` + /v:$verbosity ` @properties } diff --git a/global.json b/global.json index 525669405..d6f76697e 100644 --- a/global.json +++ b/global.json @@ -12,8 +12,8 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20407.3", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20407.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20411.8", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20411.8" }, "sdk": { "version": "5.0.100-preview.6.20323.1" -- GitLab