Skip to content

Commit 27079a1

Browse files
authored
devops: upgrade EsrpRelease task to v7 (microsoft#2429)
1 parent cb94c25 commit 27079a1

File tree

1 file changed

+18
-12
lines changed

1 file changed

+18
-12
lines changed

.azure-pipelines/publish.yml

Lines changed: 18 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -41,17 +41,23 @@ extends:
4141
pip install -e .
4242
python setup.py bdist_wheel --all
4343
displayName: 'Install & Build'
44-
- task: EsrpRelease@4
44+
- task: EsrpRelease@7
4545
inputs:
46-
ConnectedServiceName: 'Playwright-ESRP'
47-
Intent: 'PackageDistribution'
48-
ContentType: 'PyPi'
49-
ContentSource: 'Folder'
50-
FolderLocation: './dist/'
51-
WaitForReleaseCompletion: true
52-
Owners: 'maxschmitt@microsoft.com'
53-
Approvers: 'maxschmitt@microsoft.com'
54-
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
55-
MainPublisher: 'Playwright'
56-
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
46+
connectedservicename: 'Playwright-ESRP-Azure'
47+
keyvaultname: 'pw-publishing-secrets'
48+
authcertname: 'ESRP-Release-Auth'
49+
signcertname: 'ESRP-Release-Sign'
50+
clientid: '13434a40-7de4-4c23-81a3-d843dc81c2c5'
51+
intent: 'PackageDistribution'
52+
contenttype: 'PyPi'
53+
# Keeping it commented out as a workaround for:
54+
# https://portal.microsofticm.com/imp/v3/incidents/incident/499972482/summary
55+
# contentsource: 'folder'
56+
folderlocation: './dist/'
57+
waitforreleasecompletion: true
58+
owners: 'maxschmitt@microsoft.com'
59+
approvers: 'maxschmitt@microsoft.com'
60+
serviceendpointurl: 'https://api.esrp.microsoft.com'
61+
mainpublisher: 'Playwright'
62+
domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47'
5763
displayName: 'ESRP Release to PIP'

0 commit comments

Comments
 (0)