From af0c5cb84c0db22e18e5f5bfac234d3ba9726d11 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Tue, 9 Mar 2021 21:32:16 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210309.2 (#24358) [release/5.0] Update dependencies from dotnet/arcade --- eng/Version.Details.xml | 8 ++++---- eng/common/post-build/publish-using-darc.ps1 | 2 +- global.json | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index fccf717148e..490293261ff 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -51,13 +51,13 @@ - + https://github.com/dotnet/arcade - d8c68c834bcca3f721ad1550404807e301ba7afe + f185e9dfcae59cf5024d3ce17884f03c8f8f4c70 - + https://github.com/dotnet/arcade - d8c68c834bcca3f721ad1550404807e301ba7afe + f185e9dfcae59cf5024d3ce17884f03c8f8f4c70 diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index 650b13b089b..a40ee827a43 100644 --- a/eng/common/post-build/publish-using-darc.ps1 +++ b/eng/common/post-build/publish-using-darc.ps1 @@ -54,7 +54,7 @@ try { --id $buildId ` --publishing-infra-version $PublishingInfraVersion ` --default-channels ` - --source-branch master ` + --source-branch main ` --azdev-pat $AzdoToken ` --bar-uri $MaestroApiEndPoint ` --password $MaestroToken ` diff --git a/global.json b/global.json index cd9d0947c22..8048f5b2689 100644 --- a/global.json +++ b/global.json @@ -16,7 +16,7 @@ "rollForward": "latestMajor" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21112.3", - "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21112.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21159.2", + "Microsoft.DotNet.Helix.Sdk": "5.0.0-beta.21159.2" } }