Skip to content

Commit 7404705

Browse files
authoredSep 12, 2024··
Configure ESRP@7 (#1913)
1 parent 20ddd13 commit 7404705

File tree

1 file changed

+16
-6
lines changed

1 file changed

+16
-6
lines changed
 

‎.ado/publish.yml

+16-6
Original file line numberDiff line numberDiff line change
@@ -440,18 +440,23 @@ extends:
440440
ls $(System.DefaultWorkingDirectory)/target/wheels
441441
displayName: Display Py Artifacts in Publishing Dir
442442
443-
- task: EsrpRelease@4
443+
- task: EsrpRelease@7
444444
condition: succeeded()
445445
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'
447451
Intent: 'PackageDistribution'
448452
ContentType: 'PyPi'
449453
FolderLocation: '$(System.DefaultWorkingDirectory)/target/wheels'
454+
WaitForReleaseCompletion: true
450455
Owners: '$(OwnerPersonalAlias)@microsoft.com' # NB: Group email here fails the task with non-actionable output.
451456
Approvers: 'billti@microsoft.com'
452457
# Auto-inserted Debugging defaults:
453458
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.
455460
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
456461
displayName: Publish Py Packages
457462

@@ -473,17 +478,22 @@ extends:
473478
ls $(System.DefaultWorkingDirectory)/target/npm/qsharp/*
474479
displayName: Display NPM Artifacts in Publishing Dir
475480
476-
- task: EsrpRelease@4
481+
- task: EsrpRelease@7
477482
condition: succeeded()
478483
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'
480489
Intent: 'PackageDistribution'
481490
ContentType: 'NPM'
482491
FolderLocation: '$(System.DefaultWorkingDirectory)/target/npm/qsharp'
492+
WaitForReleaseCompletion: true
483493
Owners: '$(OwnerPersonalAlias)@microsoft.com' # NB: Group email here fails the task with non-actionable output.
484494
Approvers: 'billti@microsoft.com'
485495
# Auto-inserted Debugging defaults:
486496
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.
488498
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
489499
displayName: Publish NPM Package

0 commit comments

Comments
 (0)
Please sign in to comment.