From 5154f433958740389d915af2e5262d4426d5d1b3 Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Mon, 3 Mar 2025 12:34:58 +0100 Subject: [PATCH] devops: use ESRP PME for publishing --- .azure-pipelines/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index fad793e..395e25b 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -39,11 +39,11 @@ extends: python -m build --outdir=dist pytest-playwright python -m build --outdir=dist pytest-playwright-asyncio displayName: 'Install & Build' - - task: EsrpRelease@7 + - task: EsrpRelease@9 inputs: - connectedservicename: 'Playwright-ESRP-Azure' - keyvaultname: 'pw-publishing-secrets' - authcertname: 'ESRP-Release-Auth' + connectedservicename: 'Playwright-ESRP-PME' + usemanagedidentity: true + keyvaultname: 'playwright-esrp-pme' signcertname: 'ESRP-Release-Sign' clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5' intent: 'PackageDistribution' @@ -57,5 +57,5 @@ extends: approvers: 'maxschmitt@microsoft.com' serviceendpointurl: 'https://api.esrp.microsoft.com' mainpublisher: 'Playwright' - domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47' + domaintenantid: '975f013f-7f24-47e8-a7d3-abc4752bf346' displayName: 'ESRP Release to PIP'