@@ -103,18 +103,6 @@ stages:
103103 continueOnError : ${{ parameters.SDLValidationParameters.continueOnError }}
104104 artifactNames : ${{ parameters.SDLValidationParameters.artifactNames }}
105105
106- - template : \eng\common\templates\post-build\channels\generic-public-channel.yml
107- parameters :
108- artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
109- publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
110- symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
111- stageName : ' NetCore_Dev5_Publish'
112- channelName : ' .NET Core 5 Dev'
113- channelId : 131
114- transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
115- shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
116- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json'
117-
118106- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
119107 parameters :
120108 artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
@@ -175,18 +163,6 @@ stages:
175163 shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
176164 symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json'
177165
178- - template : \eng\common\templates\post-build\channels\generic-public-channel.yml
179- parameters :
180- artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
181- publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
182- symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
183- stageName : ' NetCore_Release30_Publish'
184- channelName : ' .NET Core 3.0 Release'
185- channelId : 19
186- transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json'
187- shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json'
188- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json'
189-
190166- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
191167 parameters :
192168 artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
@@ -211,18 +187,6 @@ stages:
211187 shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json'
212188 symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json'
213189
214- - template : \eng\common\templates\post-build\channels\generic-internal-channel.yml
215- parameters :
216- artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
217- publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
218- symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
219- stageName : ' NetCore_30_Internal_Servicing_Publishing'
220- channelName : ' .NET Core 3.0 Internal Servicing'
221- channelId : 184
222- transportFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json'
223- shippingFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json'
224- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json'
225-
226190- template : \eng\common\templates\post-build\channels\generic-internal-channel.yml
227191 parameters :
228192 artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
@@ -271,30 +235,6 @@ stages:
271235 shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
272236 symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
273237
274- - template : \eng\common\templates\post-build\channels\generic-public-channel.yml
275- parameters :
276- artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
277- publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
278- symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
279- stageName : ' NETCore_SDK_301xx_Publishing'
280- channelName : ' .NET Core SDK 3.0.1xx'
281- channelId : 556
282- transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json'
283- shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json'
284- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json'
285-
286- - template : \eng\common\templates\post-build\channels\generic-internal-channel.yml
287- parameters :
288- artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
289- publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
290- symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
291- stageName : ' NETCore_SDK_301xx_Internal_Publishing'
292- channelName : ' .NET Core SDK 3.0.1xx Internal'
293- channelId : 555
294- transportFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json'
295- shippingFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json'
296- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json'
297-
298238- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
299239 parameters :
300240 artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
@@ -389,4 +329,28 @@ stages:
389329 channelId : 922
390330 transportFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json'
391331 shippingFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json'
392- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json'
332+ symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json'
333+
334+ - template : \eng\common\templates\post-build\channels\generic-public-channel.yml
335+ parameters :
336+ artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
337+ publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
338+ symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
339+ stageName : ' VS16_6_Publishing'
340+ channelName : ' VS 16.6'
341+ channelId : 1010
342+ transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json'
343+ shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
344+ symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
345+
346+ - template : \eng\common\templates\post-build\channels\generic-public-channel.yml
347+ parameters :
348+ artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
349+ publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
350+ symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
351+ stageName : ' VS16_7_Publishing'
352+ channelName : ' VS 16.7'
353+ channelId : 1011
354+ transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json'
355+ shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
356+ symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
0 commit comments