diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index f92c599739..3c7c201dca 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -433,17 +433,17 @@ https://github.com/dotnet/extensions 1286a6ff55e300352dabeb6d778c9fcdd258bd08 - + https://github.com/dotnet/arcade - 69a67461460d99125742d5c2dd94dad83add84a3 + 15f00efd583eab4372b2e9ca25bd80ace5b119ad - + https://github.com/dotnet/arcade - 69a67461460d99125742d5c2dd94dad83add84a3 + 15f00efd583eab4372b2e9ca25bd80ace5b119ad - + https://github.com/dotnet/arcade - 69a67461460d99125742d5c2dd94dad83add84a3 + 15f00efd583eab4372b2e9ca25bd80ace5b119ad https://github.com/dotnet/extensions diff --git a/eng/Versions.props b/eng/Versions.props index e0dac8da17..b5ed37e728 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -62,7 +62,7 @@ --> - 1.0.0-beta.20077.3 + 1.0.0-beta.20113.5 3.4.1-beta4-19614-01 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index b121d77e07..3c69186f03 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -341,4 +341,28 @@ stages: channelId: 557 transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json' shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-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: 'NETCore_SDK_313xx_Publishing' + channelName: '.NET Core SDK 3.1.3xx' + channelId: 759 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1/nuget/v3/index.json' + symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-symbols/nuget/v3/index.json' + +- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml + parameters: + artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }} + publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }} + symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }} + stageName: 'NETCore_SDK_313xx_Internal_Publishing' + channelName: '.NET Core SDK 3.1.3xx Internal' + channelId: 760 + transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json' + shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json' symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json' \ No newline at end of file diff --git a/global.json b/global.json index 2fb8f0a8e6..410f43c329 100644 --- a/global.json +++ b/global.json @@ -25,7 +25,7 @@ }, "msbuild-sdks": { "Yarn.MSBuild": "1.15.2", - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20077.3", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20077.3" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20113.5", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20113.5" } }