Skip to content

Commit 738f98d

Browse files
authored
devops: use ESRP PME for publishing (#2760)
1 parent 4e98d68 commit 738f98d

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.azure-pipelines/publish.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -60,11 +60,11 @@ extends:
6060
targetPath: $(Build.ArtifactStagingDirectory)/esrp-build
6161
steps:
6262
- checkout: none
63-
- task: EsrpRelease@7
63+
- task: EsrpRelease@9
6464
inputs:
65-
connectedservicename: 'Playwright-ESRP-Azure'
66-
keyvaultname: 'pw-publishing-secrets'
67-
authcertname: 'ESRP-Release-Auth'
65+
connectedservicename: 'Playwright-ESRP-PME'
66+
usemanagedidentity: true
67+
keyvaultname: 'playwright-esrp-pme'
6868
signcertname: 'ESRP-Release-Sign'
6969
clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5'
7070
intent: 'PackageDistribution'
@@ -78,5 +78,5 @@ extends:
7878
approvers: 'maxschmitt@microsoft.com'
7979
serviceendpointurl: 'https://api.esrp.microsoft.com'
8080
mainpublisher: 'Playwright'
81-
domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47'
81+
domaintenantid: '975f013f-7f24-47e8-a7d3-abc4752bf346'
8282
displayName: 'ESRP Release to PIP'

0 commit comments

Comments
 (0)