@@ -440,18 +440,23 @@ extends:
440
440
ls $(System.DefaultWorkingDirectory)/target/wheels
441
441
displayName: Display Py Artifacts in Publishing Dir
442
442
443
- - task : EsrpRelease@4
443
+ - task : EsrpRelease@7
444
444
condition : succeeded()
445
445
inputs :
446
- ConnectedServiceName : ' ESRP_Release'
446
+ ConnectedServiceName : ' ESRP Signing Connection'
447
+ KeyVaultName : ' kv-aqua-esrp-001'
448
+ AuthCertName : ' EsrpAuthCert'
449
+ SignCertName : ' EsrpSignCert'
450
+ ClientId : ' 832c049d-cd07-4c1c-bfa5-c07250d190cb'
447
451
Intent : ' PackageDistribution'
448
452
ContentType : ' PyPi'
449
453
FolderLocation : ' $(System.DefaultWorkingDirectory)/target/wheels'
454
+ WaitForReleaseCompletion : true
450
455
Owners : ' $(OwnerPersonalAlias)@microsoft.com' # NB: Group email here fails the task with non-actionable output.
451
456
Approvers : ' billti@microsoft.com'
452
457
# Auto-inserted Debugging defaults:
453
458
ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
454
- MainPublisher : ' QuantumDevelpmentKit ' # ESRP Team's Correction (including the critical typo "Develpm") .
459
+ MainPublisher : ' ESRPRELPACMAN ' # Default ESRP v7 publisher. Do not change .
455
460
DomainTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
456
461
displayName : Publish Py Packages
457
462
@@ -473,17 +478,22 @@ extends:
473
478
ls $(System.DefaultWorkingDirectory)/target/npm/qsharp/*
474
479
displayName: Display NPM Artifacts in Publishing Dir
475
480
476
- - task : EsrpRelease@4
481
+ - task : EsrpRelease@7
477
482
condition : succeeded()
478
483
inputs :
479
- ConnectedServiceName : ' ESRP_Release'
484
+ ConnectedServiceName : ' ESRP Signing Connection'
485
+ KeyVaultName : ' kv-aqua-esrp-001'
486
+ AuthCertName : ' EsrpAuthCert'
487
+ SignCertName : ' EsrpSignCert'
488
+ ClientId : ' 832c049d-cd07-4c1c-bfa5-c07250d190cb'
480
489
Intent : ' PackageDistribution'
481
490
ContentType : ' NPM'
482
491
FolderLocation : ' $(System.DefaultWorkingDirectory)/target/npm/qsharp'
492
+ WaitForReleaseCompletion : true
483
493
Owners : ' $(OwnerPersonalAlias)@microsoft.com' # NB: Group email here fails the task with non-actionable output.
484
494
Approvers : ' billti@microsoft.com'
485
495
# Auto-inserted Debugging defaults:
486
496
ServiceEndpointUrl : ' https://api.esrp.microsoft.com'
487
- MainPublisher : ' QuantumDevelpmentKit ' # ESRP Team's Correction (including the critical typo "Develpm") .
497
+ MainPublisher : ' ESRPRELPACMAN ' # Default ESRP v7 publisher. Do not change .
488
498
DomainTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
489
499
displayName : Publish NPM Package
0 commit comments