Skip to content

Commit b1c15ce

Browse files
committed
Update publish.yml for Azure Pipelines
1 parent fd60804 commit b1c15ce

File tree

1 file changed

+14
-0
lines changed

1 file changed

+14
-0
lines changed

.azure-pipelines/publish.yml

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,3 +23,17 @@ steps:
2323
- script: |
2424
python setup.py bdist_wheel --all
2525
displayName: 'Build'
26+
27+
- task: EsrpRelease@4
28+
inputs:
29+
ConnectedServiceName: 'Playwright-Java-ESRP'
30+
Intent: 'PackageDistribution'
31+
ContentType: 'PyPi'
32+
ContentSource: 'Folder'
33+
FolderLocation: './dist/'
34+
WaitForReleaseCompletion: true
35+
Owners: 'maxschmitt@microsoft.com'
36+
Approvers: 'maxschmitt@microsoft.com'
37+
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
38+
MainPublisher: 'ESRPRELPACMAN'
39+
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'

0 commit comments

Comments
 (0)