8000 devops: use PME environment for ESRP publishing (#1755) · microsoft/playwright-java@676f38d · GitHub
[go: up one dir, main page]

Skip to content

Commit 676f38d

Browse files
authored
devops: use PME environment for ESRP publishing (#1755)
1 parent bc82f2f commit 676f38d

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
@@ -71,11 +71,11 @@ extends:
7171
targetPath: $(Build.ArtifactStagingDirectory)/esrp-build
7272
steps:
7373
- checkout: none
74-
- task: EsrpRelease@7
74+
- task: EsrpRelease@9
7575
inputs:
76-
connectedservicename: 'Playwright-ESRP-Azure'
77-
keyvaultname: 'pw-publishing-secrets'
78-
authcertname: 'ESRP-Release-Auth'
76+
connectedservicename: 'Playwright-ESRP-PME'
77+
usemanagedidentity: true
78+
keyvaultname: 'playwright-esrp-pme'
7979
signcertname: 'ESRP-Release-Sign'
8080
clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5'
8181
intent: 'PackageDistribution'
@@ -89,5 +89,5 @@ extends:
8989
approvers: 'maxschmitt@microsoft.com'
9090
serviceendpointurl: 'https://api.esrp.microsoft.com'
9191
mainpublisher: 'Playwright'
92-
domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47'
92+
domaintenantid: '975f013f-7f24-47e8-a7d3-abc4752bf346'
9393
displayName: 'ESRP Release to Maven'

0 commit comments

Comments
 (0)
0