diff --git a/eng/Version.Details.xml b/eng/Version.Details.xml index ce63d523ce..d80d058862 100644 --- a/eng/Version.Details.xml +++ b/eng/Version.Details.xml @@ -3,25 +3,25 @@ - + https://github.com/dotnet/arcade - ed69753a3ffbdaa08365252c710d57a64d17f859 + 7cc59275eade471e29b88a797275818b0d513d0f - + https://github.com/dotnet/arcade - ed69753a3ffbdaa08365252c710d57a64d17f859 + 7cc59275eade471e29b88a797275818b0d513d0f - + https://github.com/dotnet/arcade - ed69753a3ffbdaa08365252c710d57a64d17f859 + 7cc59275eade471e29b88a797275818b0d513d0f - + https://github.com/dotnet/arcade - ed69753a3ffbdaa08365252c710d57a64d17f859 + 7cc59275eade471e29b88a797275818b0d513d0f - + https://github.com/dotnet/arcade - ed69753a3ffbdaa08365252c710d57a64d17f859 + 7cc59275eade471e29b88a797275818b0d513d0f https://github.com/dotnet/arcade-services diff --git a/eng/Versions.props b/eng/Versions.props index 473d6920fa..beceeb5eed 100644 --- a/eng/Versions.props +++ b/eng/Versions.props @@ -60,8 +60,8 @@ 2.4.1 2.0.3 2.4.1 - 2.2.0-beta.20326.2 - 1.0.0-beta.20326.2 + 2.2.0-beta.20365.6 + 1.0.0-beta.20365.6 1.22.0 1.1.2 2.0.0 @@ -73,7 +73,7 @@ 1.7.0 1.1.0-beta.19556.4 1.0.0-beta2-19554-01 - 1.0.0-beta.20326.2 + 1.0.0-beta.20365.6 1.0.0-beta.20055.1 diff --git a/eng/common/templates/post-build/post-build.yml b/eng/common/templates/post-build/post-build.yml index e1cff6e702..2d51c1cdbf 100644 --- a/eng/common/templates/post-build/post-build.yml +++ b/eng/common/templates/post-build/post-build.yml @@ -355,6 +355,18 @@ stages: 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: 'VS16_8_Publishing' + channelName: 'VS 16.8' + channelId: 1154 + 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 }} diff --git a/global.json b/global.json index 12c494a7de..f6d1f2af4a 100644 --- a/global.json +++ b/global.json @@ -9,7 +9,7 @@ "dotnet": "3.1.101" }, "msbuild-sdks": { - "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20326.2", - "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20326.2" + "Microsoft.DotNet.Arcade.Sdk": "1.0.0-beta.20365.6", + "Microsoft.DotNet.Helix.Sdk": "2.0.0-beta.20365.6" } }