From 8062d943ea282458bd11c37cca580dea9d8a98fb Mon Sep 17 00:00:00 2001 From: Anirudh Agnihotry Date: Wed, 29 Jul 2020 09:53:29 -0700 Subject: [PATCH] update arcade version To fix the publishing (#24386) * update arcade version * update version details file as well --- eng/Version.Details.xml | 4 ++-- global.json | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 8d8a192ba6..59379de160 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -300,9 +300,9 @@ https://github.com/dotnet/runtime f37dd6fc8595e130909dcb3085a56342d04aa20c - + https://github.com/dotnet/arcade - ff5d4b6c8dbdaeacb6e6159d3f8185118dffd915 + 22d6355c4f3c9ac00b0e3abf9d85f2fb07e4787b https://github.com/dotnet/arcade diff --git a/global.json b/global.json index 492d16af5d..6496dffe47 100644 --- a/global.json +++ b/global.json @@ -30,7 +30,7 @@ }, "msbuild-sdks": { "Yarn.MSBuild": "1.15.2", - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20364.3", + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.20377.2", "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.20364.3" } }