|
|
@@ -118,77 +118,171 @@ stages:
|
|
|
continueOnError: ${{ parameters.SDLValidationParameters.continueOnError }}
|
|
|
artifactNames: ${{ parameters.SDLValidationParameters.artifactNames }}
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-dev-5.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_Dev5_Publish'
|
|
|
+ channelName: '.NET Core 5 Dev'
|
|
|
+ channelId: 131
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-transport/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet5-symbols/nuget/v3/index.json'
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-dev-31.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_Dev31_Publish'
|
|
|
+ channelName: '.NET Core 3.1 Dev'
|
|
|
+ channelId: 128
|
|
|
+ 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\netcore-eng-latest.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_Tools_Latest_Publish'
|
|
|
+ channelName: '.NET Tools - Latest'
|
|
|
+ channelId: 2
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json'
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-eng-validation.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
+ symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'PVR_Publish'
|
|
|
+ channelName: '.NET Tools - Validation'
|
|
|
+ channelId: 9
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json'
|
|
|
+
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
+ parameters:
|
|
|
+ artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
+ dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
+ publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
+ symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_3_Tools_Validation_Publish'
|
|
|
+ channelName: '.NET 3 Tools - Validation'
|
|
|
+ channelId: 390
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json'
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-3-eng-validation.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
+ symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_3_Tools_Publish'
|
|
|
+ channelName: '.NET 3 Tools'
|
|
|
+ channelId: 344
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-eng-symbols/nuget/v3/index.json'
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-3-eng.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
+ artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
+ publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_Release30_Publish'
|
|
|
+ channelName: '.NET Core 3.0 Release'
|
|
|
+ channelId: 19
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-transport/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3-symbols/nuget/v3/index.json'
|
|
|
+
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
+ parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
+ dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
+ symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_Release31_Publish'
|
|
|
+ channelName: '.NET Core 3.1 Release'
|
|
|
+ channelId: 129
|
|
|
+ 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\netcore-release-30.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_Blazor31_Features_Publish'
|
|
|
+ channelName: '.NET Core 3.1 Blazor Features'
|
|
|
+ channelId: 531
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet3.1-blazor-symbols/nuget/v3/index.json'
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-release-31.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-internal-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NetCore_30_Internal_Servicing_Publishing'
|
|
|
+ channelName: '.NET Core 3.0 Internal Servicing'
|
|
|
+ channelId: 184
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-transport/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3-internal-symbols/nuget/v3/index.json'
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-blazor-31-features.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'General_Testing_Publish'
|
|
|
+ channelName: 'General Testing'
|
|
|
+ channelId: 529
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json'
|
|
|
+ shippingFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing/nuget/v3/index.json'
|
|
|
+ symbolsFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/general-testing-symbols/nuget/v3/index.json'
|
|
|
|
|
|
-- template: \eng\common\templates\post-build\channels\netcore-internal-30.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NETCore_Tooling_Dev_Publishing'
|
|
|
+ channelName: '.NET Core Tooling Dev'
|
|
|
+ channelId: 548
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/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\general-testing.yml
|
|
|
+- template: \eng\common\templates\post-build\channels\generic-public-channel.yml
|
|
|
parameters:
|
|
|
artifactsPublishingAdditionalParameters: ${{ parameters.artifactsPublishingAdditionalParameters }}
|
|
|
dependsOn: ${{ parameters.publishDependsOn }}
|
|
|
publishInstallersAndChecksums: ${{ parameters.publishInstallersAndChecksums }}
|
|
|
symbolPublishingAdditionalParameters: ${{ parameters.symbolPublishingAdditionalParameters }}
|
|
|
+ stageName: 'NETCore_Tooling_Release_Publishing'
|
|
|
+ channelName: '.NET Core Tooling Release'
|
|
|
+ channelId: 549
|
|
|
+ transportFeed: 'https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/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'
|