Skip to content

Commit 25ba847

Browse files
authored
devops: fix publishing (#1378)
1 parent 5394b5d commit 25ba847

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

.azure-pipelines/publish.yml

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,15 +46,17 @@ steps:
4646
done
4747
displayName: 'Create .sha256 files'
4848

49-
- task: EsrpRelease@2
49+
- task: EsrpRelease@4
5050
inputs:
51-
ConnectedServiceName: 'Playwright-Java-ESRP'
51+
ConnectedServiceName: 'Playwright-ESRP'
5252
Intent: 'PackageDistribution'
5353
ContentType: 'Maven'
54-
PackageLocation: './local-build'
54+
ContentSource: 'Folder'
55+
FolderLocation: './local-build'
56+
WaitForReleaseCompletion: true
5557
5658
Approvers: '[email protected]'
5759
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
58-
MainPublisher: 'PlaywrightJava'
60+
MainPublisher: 'Playwright'
5961
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
6062
displayName: 'ESRP Release to Maven'

0 commit comments

Comments
 (0)