@@ -41,17 +41,23 @@ extends:
41
41
pip install -e .
42
42
python setup.py bdist_wheel --all
43
43
displayName: 'Install & Build'
44
- - task : EsrpRelease@4
44
+ - task : EsrpRelease@7
45
45
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'
57
63
displayName : ' ESRP Release to PIP'
0 commit comments