@@ -35,8 +35,9 @@ parameters:
35
35
NETCoreExperimentalChannelId : 562
36
36
NetEngServicesIntChannelId : 678
37
37
NetEngServicesProdChannelId : 679
38
- Net5Preview2ChannelId : 738
39
38
Net5Preview3ChannelId : 739
39
+ Net5Preview4ChannelId : 856
40
+ Net5Preview5ChannelId : 857
40
41
NetCoreSDK313xxChannelId : 759
41
42
NetCoreSDK313xxInternalChannelId : 760
42
43
@@ -65,7 +66,7 @@ stages:
65
66
inputs :
66
67
filePath : $(Build.SourcesDirectory)/eng/common/post-build/check-channel-consistency.ps1
67
68
arguments : -PromoteToChannels "$(InitialChannels)[$(PromoteToMaestroChannelId)]"
68
- -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}},${{parameters.Net5Preview2ChannelId }},${{parameters.Net5Preview3ChannelId }},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}}
69
+ -AvailableChannelIds ${{parameters.NetEngLatestChannelId}},${{parameters.NetEngValidationChannelId}},${{parameters.NetDev5ChannelId}},${{parameters.GeneralTestingChannelId}},${{parameters.NETCoreToolingDevChannelId}},${{parameters.NETCoreToolingReleaseChannelId}},${{parameters.NETInternalToolingChannelId}},${{parameters.NETCoreExperimentalChannelId}},${{parameters.NetEngServicesIntChannelId}},${{parameters.NetEngServicesProdChannelId}}${{parameters.Net5Preview3ChannelId}} ,${{parameters.Net5Preview4ChannelId }},${{parameters.Net5Preview5ChannelId }},${{parameters.NetCoreSDK313xxChannelId}},${{parameters.NetCoreSDK313xxInternalChannelId}}
69
70
70
71
- job :
71
72
displayName : NuGet Validation
@@ -213,10 +214,10 @@ stages:
213
214
dependsOn : ${{ parameters.publishDependsOn }}
214
215
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
215
216
symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
216
- stageName : ' Net5_Preview2_Publish '
217
- channelName : ' .NET 5 Preview 2 '
218
- akaMSChannelName : ' net5/preview2 '
219
- channelId : ${{ parameters.Net5Preview2ChannelId }}
217
+ stageName : ' Net5_Preview3_Publish '
218
+ channelName : ' .NET 5 Preview 3 '
219
+ akaMSChannelName : ' net5/preview3 '
220
+ channelId : ${{ parameters.Net5Preview3ChannelId }}
220
221
transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
221
222
shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
222
223
symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json'
@@ -227,10 +228,24 @@ stages:
227
228
dependsOn : ${{ parameters.publishDependsOn }}
228
229
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
229
230
symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
230
- stageName : ' Net5_Preview3_Publish'
231
- channelName : ' .NET 5 Preview 3'
232
- akaMSChannelName : ' net5/preview3'
233
- channelId : ${{ parameters.Net5Preview3ChannelId }}
231
+ stageName : ' Net5_Preview4_Publish'
232
+ channelName : ' .NET 5 Preview 4'
233
+ akaMSChannelName : ' net5/preview4'
234
+ channelId : ${{ parameters.Net5Preview4ChannelId }}
235
+ transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
236
+ shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
237
+ symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json'
238
+
239
+ - template : \eng\common\templates\post-build\channels\generic-public-channel.yml
240
+ parameters :
241
+ artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
242
+ dependsOn : ${{ parameters.publishDependsOn }}
243
+ publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
244
+ symbolPublishingAdditionalParameters : ${{ parameters.symbolPublishingAdditionalParameters }}
245
+ stageName : ' Net5_Preview5_Publish'
246
+ channelName : ' .NET 5 Preview 5'
247
+ akaMSChannelName : ' net5/preview5'
248
+ channelId : ${{ parameters.Net5Preview5ChannelId }}
234
249
transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
235
250
shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
236
251
symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json'
@@ -380,3 +395,4 @@ stages:
380
395
transportFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json'
381
396
shippingFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json'
382
397
symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json'
398
+
0 commit comments