1
0
mirror of synced 2026-08-05 15:06:54 +00:00

devops: fix publishing (#1378)

This commit is contained in:
Max Schmitt
2023-09-19 00:41:38 +02:00
committed by GitHub
parent 5394b5d9b3
commit 25ba8474f4
+6 -4
View File
@@ -46,15 +46,17 @@ steps:
done
displayName: 'Create .sha256 files'
- task: EsrpRelease@2
- task: EsrpRelease@4
inputs:
ConnectedServiceName: 'Playwright-Java-ESRP'
ConnectedServiceName: 'Playwright-ESRP'
Intent: 'PackageDistribution'
ContentType: 'Maven'
PackageLocation: './local-build'
ContentSource: 'Folder'
FolderLocation: './local-build'
WaitForReleaseCompletion: true
Owners: 'yurys@microsoft.com'
Approvers: 'maxschmitt@microsoft.com'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'PlaywrightJava'
MainPublisher: 'Playwright'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
displayName: 'ESRP Release to Maven'