From f7055f53193554190f82ea2ef245891cd8dd6dc4 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Wed, 2 Oct 2019 12:21:12 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20191001.4 - Microsoft.DotNet.Arcade.Sdk - 5.0.0-beta.19501.4 --- eng/Version.Details.xml | 4 ++-- eng/common/tools.sh | 2 +- global.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index dcc02cf45..11764cfb7 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - 238f1bbb23ba67616818d0b242c5b55a18edec55 + c21a409f11386d22c6083198176868d3974de832 diff --git a/eng/common/tools.sh b/eng/common/tools.sh index 93ee4d67e..895ad2442 100755 --- a/eng/common/tools.sh +++ b/eng/common/tools.sh @@ -332,7 +332,7 @@ function MSBuild { # Work around issues with Azure Artifacts credential provider # https://github.com/dotnet/arcade/issues/3932 if [[ "$ci" == true ]]; then - dotnet nuget locals http-cache -c + "$_InitializeBuildTool" nuget locals http-cache -c export NUGET_PLUGIN_HANDSHAKE_TIMEOUT_IN_SECONDS=20 export NUGET_PLUGIN_REQUEST_TIMEOUT_IN_SECONDS=20 diff --git a/global.json b/global.json index 03abf24d3..e01fc8710 100644 --- a/global.json +++ b/global.json @@ -10,7 +10,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19480.3", + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19501.4", "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2" } } -- GitLab