diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 2abb4325..47247da0 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - 4e8e7e7300b9a35796e2a81a9c93b34d975573db + b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 - + https://github.com/dotnet/arcade - 4e8e7e7300b9a35796e2a81a9c93b34d975573db + b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 - + https://github.com/dotnet/arcade - 4e8e7e7300b9a35796e2a81a9c93b34d975573db + b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 - + https://github.com/dotnet/arcade - 4e8e7e7300b9a35796e2a81a9c93b34d975573db + b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 - + https://github.com/dotnet/arcade - 4e8e7e7300b9a35796e2a81a9c93b34d975573db + b2d5bf0342fa65d70ed2c3ddbdb3841d7ca0b382 https://github.com/dotnet/arcade-services diff --git a/eng/common/native/CommonLibrary.psm1 b/eng/common/native/CommonLibrary.psm1 index d7d1a651..adf707c8 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 6627c03a..e1ef0f5a 100644 --- a/global.json +++ b/global.json @@ -11,6 +11,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20611.1" + "Microsoft.DotNet.Arcade.Sdk": "6.0.0-beta.20614.8" } }