Skip to content

Commit

Permalink
chore: fix esrp to use new auth (#2218)
Browse files Browse the repository at this point in the history
  • Loading branch information
mhamilton723 authored May 2, 2024
1 parent d0a2161 commit d234d79
Showing 1 changed file with 12 additions and 4 deletions.
16 changes: 12 additions & 4 deletions pipeline.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -336,17 +336,25 @@ jobs:
PGP-PW: $(pgp-pw)
SYNAPSEML_ENABLE_PUBLISH: true
displayName: 'publish jar package to maven central'
- task: EsrpRelease@3
inputs:
ConnectedServiceName: 'DataScienceESRPRelease'
- task: EsrpRelease@7
inputs:
ConnectedServiceName: 'DataScienceESRPRelease2024'
# 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
keyvaultname: 'synapseml-esrp-kv'
authcertname: 'ReleaseAutomation'
signcertname: 'ESRPReqSignCA'
# The entra app https://ms.portal.azure.com/#view/Microsoft_AAD_RegisteredApps/ApplicationMenuBlade/~/Manifest/appId/1fc1c0d1-5a85-4081-8f1e-12a8c225b9a6/isMSAApp~/false
clientid: '1fc1c0d1-5a85-4081-8f1e-12a8c225b9a6'
Intent: 'PackageDistribution'
ContentType: 'Maven'
PackageLocation: '/home/vsts/.ivy2/local/com.microsoft.azure/'
contentsource: 'Folder'
folderlocation: '/home/vsts/.ivy2/local/com.microsoft.azure/'
Owners: 'admukund@microsoft.com,richwyd@microsoft.com,taniaarya@microsoft.com,alsavelv@microsoft.com,marcozo@microsoft.com,romanbat@microsoft.com'
Approvers: 'romanbat@microsoft.com,markus.weimer@microsoft.com,negust@microsoft.com'
ServiceEndpointUrl: 'https://api.esrp.microsoft.com'
MainPublisher: 'synapseml'
DomainTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
waitforreleasecompletion: true
displayName: 'ESRP Publish Package'
condition: and(eq(variables.isMaster, true), startsWith(variables['tag'], 'v'))

Expand Down

0 comments on commit d234d79

Please sign in to comment.