From 0471c5e86cfc4875b85b81369597984cddb4571d Mon Sep 17 00:00:00 2001 From: Max Schmitt Date: Fri, 3 May 2024 16:03:41 +0000 Subject: [PATCH] devops: update to EsrpRelease@7 (#1566) --- .azure-pipelines/publish.yml | 28 ++++++++++++++++------------ 1 file changed, 16 insertions(+), 12 deletions(-) diff --git a/.azure-pipelines/publish.yml b/.azure-pipelines/publish.yml index 96162856..8496080f 100644 --- a/.azure-pipelines/publish.yml +++ b/.azure-pipelines/publish.yml @@ -65,17 +65,21 @@ extends: done displayName: 'Create .sha256 files' - - task: EsrpRelease@4 + - task: EsrpRelease@7 inputs: - ConnectedServiceName: 'Playwright-ESRP' - Intent: 'PackageDistribution' - ContentType: 'Maven' - ContentSource: 'Folder' - FolderLocation: './local-build' - WaitForReleaseCompletion: true - Owners: 'yurys@microsoft.com' - Approvers: 'maxschmitt@microsoft.com' - ServiceEndpointUrl: 'https://api.esrp.microsoft.com' - MainPublisher: 'Playwright' - DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47' + connectedservicename: 'Playwright-ESRP-Azure' + keyvaultname: 'pw-publishing-secrets' + authcertname: 'ESRP-Release-Auth' + signcertname: 'ESRP-Release-Sign' + clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5' + intent: 'PackageDistribution' + contenttype: 'Maven' + contentsource: 'folder' + folderlocation: './local-build' + waitforreleasecompletion: true + owners: 'yurys@microsoft.com' + approvers: 'maxschmitt@microsoft.com' + serviceendpointurl: 'https://api.esrp.microsoft.com' + mainpublisher: 'Playwright' + domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47' displayName: 'ESRP Release to Maven'