From fb231da990384ca596a81cf6065c5f0815d6e698 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Thu, 13 Aug 2020 14:40:13 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200811.8 (#629) [master] Update dependencies from dotnet/arcade - Updates: - Microsoft.DotNet.Build.Tasks.Feed: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8 - Microsoft.DotNet.Arcade.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8 - Microsoft.DotNet.Helix.Sdk: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8 - Microsoft.DotNet.SignTool: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8 - Microsoft.DotNet.SwaggerGenerator.MSBuild: from 5.0.0-beta.20407.3 to 5.0.0-beta.20411.8 --- NuGet.config | 1 + eng/Version.Details.xml | 20 ++++++++++---------- eng/common/sdk-task.ps1 | 1 + global.json | 2 +- 4 files changed, 13 insertions(+), 11 deletions(-) diff --git a/NuGet.config b/NuGet.config index 52507f31..c7afd653 100644 --- a/NuGet.config +++ b/NuGet.config @@ -8,4 +8,5 @@ + diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 6efa5df6..b964e80d 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,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 https://github.com/dotnet/arcade-services diff --git a/eng/common/sdk-task.ps1 b/eng/common/sdk-task.ps1 index 32ad5c7e..e159c6f1 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 066bb2f5..74648c5a 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20407.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20411.8" } }