Skip to content

Commit

Permalink
devops: upgrade EsrpRelease task to v7 (#2429)
Browse files Browse the repository at this point in the history
  • Loading branch information
mxschmitt committed May 3, 2024
1 parent cb94c25 commit 27079a1
Showing 1 changed file with 18 additions and 12 deletions.
30 changes: 18 additions & 12 deletions .azure-pipelines/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,17 +41,23 @@ extends:
pip install -e .
python setup.py bdist_wheel --all
displayName: 'Install & Build'
- task: EsrpRelease@4
- task: EsrpRelease@7
inputs:
ConnectedServiceName: 'Playwright-ESRP'
Intent: 'PackageDistribution'
ContentType: 'PyPi'
ContentSource: 'Folder'
FolderLocation: './dist/'
WaitForReleaseCompletion: true
Owners: 'maxschmitt@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: 'PyPi'
# Keeping it commented out as a workaround for:
# https://portal.microsofticm.com/imp/v3/incidents/incident/499972482/summary
# contentsource: 'folder'
folderlocation: './dist/'
waitforreleasecompletion: true
owners: 'maxschmitt@microsoft.com'
approvers: 'maxschmitt@microsoft.com'
serviceendpointurl: 'https://api.esrp.microsoft.com'
mainpublisher: 'Playwright'
domaintenantid: '72f988bf-86f1-41af-91ab-2d7cd011db47'
displayName: 'ESRP Release to PIP'

0 comments on commit 27079a1

Please sign in to comment.