From 3e424c4d764eb581b21fa128255647a4120b1eb7 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" <42748379+dotnet-maestro[bot]@users.noreply.github.com> Date: Wed, 10 Mar 2021 07:06:21 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20210309.2 (#9897) [release/5.0.2xx] Update dependencies from dotnet/arcade --- NuGet.config | 1 - eng/Version.Details.xml | 8 ++++---- eng/Versions.props | 2 +- eng/common/post-build/publish-using-darc.ps1 | 2 +- global.json | 2 +- 5 files changed, 7 insertions(+), 8 deletions(-) diff --git a/NuGet.config b/NuGet.config index ed61ab0c8..7bdc11768 100644 --- a/NuGet.config +++ b/NuGet.config @@ -7,7 +7,6 @@ - diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 30f217db7..840cd2ea5 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -144,13 +144,13 @@ - + https://github.com/dotnet/arcade - d8c68c834bcca3f721ad1550404807e301ba7afe + f185e9dfcae59cf5024d3ce17884f03c8f8f4c70 - + https://github.com/dotnet/arcade - d8c68c834bcca3f721ad1550404807e301ba7afe + f185e9dfcae59cf5024d3ce17884f03c8f8f4c70 https://github.com/dotnet/source-build-reference-packages diff --git a/eng/Versions.props b/eng/Versions.props index 48e2766dc..fc50e949e 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -19,7 +19,7 @@ - 5.0.0-beta.21112.3 + 5.0.0-beta.21159.2 diff --git a/eng/common/post-build/publish-using-darc.ps1 b/eng/common/post-build/publish-using-darc.ps1 index 650b13b08..a40ee827a 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 2d311e487..69256da0f 100644 --- a/global.json +++ b/global.json @@ -8,6 +8,6 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21112.3" + "Microsoft.DotNet.Arcade.Sdk": "5.0.0-beta.21159.2" } }