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 5394b5d commit 25ba847Copy full SHA for 25ba847
.azure-pipelines/publish.yml
@@ -46,15 +46,17 @@ steps:
46
done
47
displayName: 'Create .sha256 files'
48
49
-- task: EsrpRelease@2
+- task: EsrpRelease@4
50
inputs:
51
- ConnectedServiceName: 'Playwright-Java-ESRP'
+ ConnectedServiceName: 'Playwright-ESRP'
52
Intent: 'PackageDistribution'
53
ContentType: 'Maven'
54
- PackageLocation: './local-build'
+ ContentSource: 'Folder'
55
+ FolderLocation: './local-build'
56
+ WaitForReleaseCompletion: true
57
Owners: '[email protected]'
58
Approvers: '[email protected]'
59
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
- MainPublisher: 'PlaywrightJava'
60
+ MainPublisher: 'Playwright'
61
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
62
displayName: 'ESRP Release to Maven'
0 commit comments