@@ -8,7 +8,7 @@ parameters:
8
8
inline : true
9
9
10
10
# Only used if inline==false. When set to true will stall the current build until
11
- # the Promotion Pipeline build finishes. Otherwise, the current build will continue
11
+ # the Promotion Pipeline build finishes. Otherwise, the current build will continue
12
12
# execution concurrently with the promotion build.
13
13
waitPublishingFinish : true
14
14
@@ -36,11 +36,11 @@ parameters:
36
36
# Which stages should finish execution before post-build stages start
37
37
validateDependsOn :
38
38
- build
39
- publishDependsOn :
39
+ publishDependsOn :
40
40
- Validate
41
41
42
42
# Channel ID's instantiated in this file.
43
- # When adding a new channel implementation the call to `check-channel-consistency.ps1`
43
+ # When adding a new channel implementation the call to `check-channel-consistency.ps1`
44
44
# needs to be updated with the new channel ID
45
45
NetEngLatestChannelId : 2
46
46
NetEngValidationChannelId : 9
@@ -62,7 +62,7 @@ parameters:
62
62
VS168ChannelId : 1154
63
63
VSMasterChannelId : 1012
64
64
VS169ChannelId : 1473
65
-
65
+
66
66
stages :
67
67
- ${{ if or(and(le(parameters.publishingInfraVersion, 2), eq(parameters.inline, 'true')), eq( parameters.enableNugetValidation, 'true'), eq(parameters.enableSigningValidation, 'true'), eq(parameters.enableSourceLinkValidation, 'true'), eq(parameters.SDLValidationParameters.enable, 'true')) }} :
68
68
- stage : Validate
@@ -121,8 +121,8 @@ stages:
121
121
displayName : Validate
122
122
inputs :
123
123
filePath : $(Build.SourcesDirectory)/eng/common/post-build/nuget-validation.ps1
124
- arguments : -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/
125
- -ToolDestinationPath $(Agent.BuildDirectory)/Extract/
124
+ arguments : -PackagesPath $(Build.ArtifactStagingDirectory)/PackageArtifacts/
125
+ -ToolDestinationPath $(Agent.BuildDirectory)/Extract/
126
126
127
127
- job :
128
128
displayName : Signing Validation
@@ -209,9 +209,9 @@ stages:
209
209
displayName : Validate
210
210
inputs :
211
211
filePath : $(Build.SourcesDirectory)/eng/common/post-build/sourcelink-validation.ps1
212
- arguments : -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/
213
- -ExtractPath $(Agent.BuildDirectory)/Extract/
214
- -GHRepoName $(Build.Repository.Name)
212
+ arguments : -InputPath $(Build.ArtifactStagingDirectory)/BlobArtifacts/
213
+ -ExtractPath $(Agent.BuildDirectory)/Extract/
214
+ -GHRepoName $(Build.Repository.Name)
215
215
-GHCommit $(Build.SourceVersion)
216
216
-SourcelinkCliVersion $(SourceLinkCLIVersion)
217
217
continueOnError : true
@@ -254,7 +254,7 @@ stages:
254
254
displayName : Publish Using Darc
255
255
inputs :
256
256
filePath : $(Build.SourcesDirectory)/eng/common/post-build/publish-using-darc.ps1
257
- arguments : -BuildId $(BARBuildId)
257
+ arguments : -BuildId $(BARBuildId)
258
258
-PublishingInfraVersion ${{ parameters.PublishingInfraVersion }}
259
259
-AzdoToken '$(publishing-dnceng-devdiv-code-r-build-re)'
260
260
-MaestroToken '$(MaestroApiAccessToken)'
@@ -267,7 +267,7 @@ stages:
267
267
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
268
268
parameters :
269
269
BARBuildId : ${{ parameters.BARBuildId }}
270
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
270
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
271
271
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
272
272
dependsOn : ${{ parameters.publishDependsOn }}
273
273
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -315,7 +315,7 @@ stages:
315
315
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
316
316
parameters :
317
317
BARBuildId : ${{ parameters.BARBuildId }}
318
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
318
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
319
319
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
320
320
dependsOn : ${{ parameters.publishDependsOn }}
321
321
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -331,7 +331,7 @@ stages:
331
331
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
332
332
parameters :
333
333
BARBuildId : ${{ parameters.BARBuildId }}
334
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
334
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
335
335
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
336
336
dependsOn : ${{ parameters.publishDependsOn }}
337
337
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -347,7 +347,7 @@ stages:
347
347
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
348
348
parameters :
349
349
BARBuildId : ${{ parameters.BARBuildId }}
350
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
350
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
351
351
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
352
352
dependsOn : ${{ parameters.publishDependsOn }}
353
353
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -362,7 +362,7 @@ stages:
362
362
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
363
363
parameters :
364
364
BARBuildId : ${{ parameters.BARBuildId }}
365
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
365
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
366
366
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
367
367
dependsOn : ${{ parameters.publishDependsOn }}
368
368
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -377,7 +377,7 @@ stages:
377
377
- template : \eng\common\templates\post-build\channels\generic-internal-channel.yml
378
378
parameters :
379
379
BARBuildId : ${{ parameters.BARBuildId }}
380
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
380
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
381
381
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
382
382
dependsOn : ${{ parameters.publishDependsOn }}
383
383
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -392,7 +392,7 @@ stages:
392
392
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
393
393
parameters :
394
394
BARBuildId : ${{ parameters.BARBuildId }}
395
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
395
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
396
396
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
397
397
dependsOn : ${{ parameters.publishDependsOn }}
398
398
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -407,7 +407,7 @@ stages:
407
407
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
408
408
parameters :
409
409
BARBuildId : ${{ parameters.BARBuildId }}
410
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
410
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
411
411
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
412
412
dependsOn : ${{ parameters.publishDependsOn }}
413
413
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -422,7 +422,7 @@ stages:
422
422
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
423
423
parameters :
424
424
BARBuildId : ${{ parameters.BARBuildId }}
425
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
425
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
426
426
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
427
427
dependsOn : ${{ parameters.publishDependsOn }}
428
428
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -437,7 +437,7 @@ stages:
437
437
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
438
438
parameters :
439
439
BARBuildId : ${{ parameters.BARBuildId }}
440
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
440
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
441
441
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
442
442
dependsOn : ${{ parameters.publishDependsOn }}
443
443
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -452,7 +452,7 @@ stages:
452
452
- template : \eng\common\templates\post-build\channels\generic-internal-channel.yml
453
453
parameters :
454
454
BARBuildId : ${{ parameters.BARBuildId }}
455
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
455
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
456
456
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
457
457
dependsOn : ${{ parameters.publishDependsOn }}
458
458
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -462,12 +462,12 @@ stages:
462
462
channelId : ${{ parameters.NetCoreSDK314xxInternalChannelId }}
463
463
transportFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json'
464
464
shippingFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json'
465
- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json'
465
+ symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json'
466
466
467
467
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
468
468
parameters :
469
469
BARBuildId : ${{ parameters.BARBuildId }}
470
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
470
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
471
471
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
472
472
dependsOn : ${{ parameters.publishDependsOn }}
473
473
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -482,7 +482,7 @@ stages:
482
482
- template : \eng\common\templates\post-build\channels\generic-internal-channel.yml
483
483
parameters :
484
484
BARBuildId : ${{ parameters.BARBuildId }}
485
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
485
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
486
486
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
487
487
dependsOn : ${{ parameters.publishDependsOn }}
488
488
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -492,12 +492,12 @@ stages:
492
492
channelId : ${{ parameters.NetCoreSDK313xxInternalChannelId }}
493
493
transportFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-transport/nuget/v3/index.json'
494
494
shippingFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal/nuget/v3/index.json'
495
- symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json'
495
+ symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/_packaging/dotnet3.1-internal-symbols/nuget/v3/index.json'
496
496
497
497
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
498
498
parameters :
499
499
BARBuildId : ${{ parameters.BARBuildId }}
500
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
500
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
501
501
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
502
502
dependsOn : ${{ parameters.publishDependsOn }}
503
503
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -512,7 +512,7 @@ stages:
512
512
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
513
513
parameters :
514
514
BARBuildId : ${{ parameters.BARBuildId }}
515
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
515
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
516
516
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
517
517
dependsOn : ${{ parameters.publishDependsOn }}
518
518
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -523,11 +523,11 @@ stages:
523
523
transportFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-transport/nuget/v3/index.json'
524
524
shippingFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/nuget/v3/index.json'
525
525
symbolsFeed : ' https://pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools-symbols/nuget/v3/index.json'
526
-
526
+
527
527
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
528
528
parameters :
529
529
BARBuildId : ${{ parameters.BARBuildId }}
530
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
530
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
531
531
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
532
532
dependsOn : ${{ parameters.publishDependsOn }}
533
533
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -542,7 +542,7 @@ stages:
542
542
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
543
543
parameters :
544
544
BARBuildId : ${{ parameters.BARBuildId }}
545
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
545
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
546
546
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
547
547
dependsOn : ${{ parameters.publishDependsOn }}
548
548
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
@@ -557,7 +557,7 @@ stages:
557
557
- template : \eng\common\templates\post-build\channels\generic-public-channel.yml
558
558
parameters :
559
559
BARBuildId : ${{ parameters.BARBuildId }}
560
- PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
560
+ PromoteToChannelIds : ${{ parameters.PromoteToChannelIds }}
561
561
artifactsPublishingAdditionalParameters : ${{ parameters.artifactsPublishingAdditionalParameters }}
562
562
dependsOn : ${{ parameters.publishDependsOn }}
563
563
publishInstallersAndChecksums : ${{ parameters.publishInstallersAndChecksums }}
0 commit comments