From 02f408e680e9d9f460412865085240d75a3612a1 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2019 22:44:17 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20191001.4 (#38996) - 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 dcc02cf4580..11764cfb7eb 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 93ee4d67e3f..895ad2442b8 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 8417e93d388..751d060de32 100644 --- a/global.json +++ b/global.json @@ -7,6 +7,6 @@ "xcopy-msbuild": "16.3.0-alpha" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19480.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.19501.4" } } -- GitLab