From 8e7ee20ec2d2d04543e3c5ddd9347a7612a69190 Mon Sep 17 00:00:00 2001 From: "dotnet-maestro[bot]" Date: Tue, 2 Jun 2020 12:09:29 +0000 Subject: [PATCH] Update dependencies from https://github.com/dotnet/arcade build 20200601.10 Microsoft.DotNet.Arcade.Sdk From Version 1.0.0-beta.20278.5 -> To Version 1.0.0-beta.20301.10 --- eng/Version.Details.xml | 4 ++-- eng/common/templates/post-build/post-build.yml | 12 ++++++++++++ global.json | 2 +- 3 files changed, 15 insertions(+), 3 deletions(-) diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index 7aee4d6ef91..76c301b431a 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,9 +3,9 @@ - + https://github.com/dotnet/arcade - 77bfd5a60e0691b0cebd180a0fd85eb65fa7f362 + e4cb18bd64d291e5dc34e2f77317c33d5022a6b8 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index f145305b8a6..e1cff6e7029 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -354,3 +354,15 @@ stages: transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-public-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'VS_Master_Publishing' + channelName: 'VS Master' + channelId: 1012 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/global.json b/global.json index c1871f593c0..c10a72a676b 100644 --- a/global.json +++ b/global.json @@ -10,7 +10,7 @@ } }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20278.5", + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20301.10", "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.19069.2" } }