From 200b9cb191cbbdc60bd48e264eb17163aecd0d66 Mon Sep 17 00:00:00 2001
From: "dotnet-maestro[bot]"
<42748379+dotnet-maestro[bot]@users.noreply.github.com>
Date: Wed, 16 Dec 2020 13:36:43 +0000
Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade
build 20201214.8 (#674)
[master] Update dependencies from dotnet/arcade
---
eng/Version.Details.xml | 4 ++--
eng/common/native/CommonLibrary.psm1 | 2 +-
global.json | 2 +-
3 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml
index ff3c168a51..20c7a90b4a 100644
--- a/eng/Version.Details.xml
+++ b/eng/Version.Details.xml
@@ -3,9 +3,9 @@
-
+
https://github.com/dotnet/arcade
- 4e8e7e7300b9a35796e2a81a9c93b34d975573db
+ b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382
diff --git a/eng/common/native/CommonLibrary.psm1 b/eng/common/native/CommonLibrary.psm1
index d7d1a65109..adf707c8fe 100644
--- a/eng/common/native/CommonLibrary.psm1
+++ b/eng/common/native/CommonLibrary.psm1
@@ -48,7 +48,7 @@ function DownloadAndExtract {
-Verbose:$Verbose
if ($DownloadStatus -Eq $False) {
- Write-Error "Download failed"
+ Write-Error "Download failed from $Uri"
return $False
}
diff --git a/global.json b/global.json
index 9b9d2c733d..861c778d91 100644
--- a/global.json
+++ b/global.json
@@ -17,6 +17,6 @@
"xcopy-msbuild": "16.8.0-preview2.1"
},
"msbuild-sdks": {
- "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20611.1"
+ "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20614.8"
}
}