Skip to content

Commit 2ec8db4

Browse files
authored
chore:fix release (#2372)
1 parent 33b5a39 commit 2ec8db4

File tree

1 file changed

+14
-15
lines changed

1 file changed

+14
-15
lines changed

pipeline.yaml

+14-15
Original file line numberDiff line numberDiff line change
@@ -335,25 +335,24 @@ jobs:
335335
PGP-PW: $(pgp-pw)
336336
SYNAPSEML_ENABLE_PUBLISH: true
337337
displayName: 'publish jar package to maven central'
338-
- task: EsrpRelease@7
338+
- task: EsrpRelease@9
339339
inputs:
340-
ConnectedServiceName: 'DataScienceESRPRelease2024'
341-
# The keyvault hosting the certs https://ms.portal.azure.com/#@microsoft.onmicrosoft.com/resource/subscriptions/13842c9d-5a2d-4da1-84a8-3383f543d9ba/resourceGroups/esrp/providers/Microsoft.KeyVault/vaults/synapseml-esrp-kv/overview
342-
keyvaultname: 'synapseml-esrp-kv'
343-
authcertname: 'ReleaseAutomation'
344-
signcertname: 'ESRPReqSignCA'
345-
# The entra app https://ms.portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Manifest/appId/1fc1c0d1-5a85-4081-8f1e-12a8c225b9a6/isMSAApp~/false
340+
connectedservicename: 'SynapseML-ESRP-Service-Connection'
341+
usemanagedidentity: true
342+
keyvaultname: 'esrp-kv-ame'
343+
signcertname: 'esrp-release-mi-cert'
346344
clientid: '1fc1c0d1-5a85-4081-8f1e-12a8c225b9a6'
347-
Intent: 'PackageDistribution'
348-
ContentType: 'Maven'
349-
contentsource: 'Folder'
345+
contenttype: maven
350346
folderlocation: '/home/vsts/.ivy2/local/com.microsoft.azure/'
351-
Owners: 'taniaarya@microsoft.com,marcozo@microsoft.com,romanbat@microsoft.com'
347+
owners: 'zhoubo@microsoft.com,marcozo@microsoft.com,romanbat@microsoft.com'
352348
Approvers: 'romanbat@microsoft.com,markus.weimer@microsoft.com,negust@microsoft.com'
353-
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
354-
MainPublisher: 'synapseml'
355-
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
356-
waitforreleasecompletion: true
349+
approvers: 'romanbat@microsoft.com,markus.weimer@microsoft.com,negust@microsoft.com'
350+
mainpublisher: synapseml
351+
# Should the one of the following three, we are using the AME tenant.
352+
# 1. 975f013f-7f24-47e8-a7d3-abc4752bf346 (PME)
353+
# 2. 33e01921-4d64-4f8c-a055-5bdaffd5e33d (AME)
354+
# 3. cdc5aeea-15c5-4db6-b079-fcadd2505dc2 (Torus)
355+
domaintenantid: '33e01921-4d64-4f8c-a055-5bdaffd5e33d'
357356
displayName: 'ESRP Publish Package'
358357
condition: and(eq(variables.isMaster, true), startsWith(variables['tag'], 'v'))
359358

0 commit comments

Comments
 (0)