We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd60804 commit b1c15ceCopy full SHA for b1c15ce
.azure-pipelines/publish.yml
@@ -23,3 +23,17 @@ steps:
23
- script: |
24
python setup.py bdist_wheel --all
25
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