Skip to content

Commit 23b7d1e

Browse files
authored
Update to ESRP task version that supports federated auth (#40059)
1 parent a755e6a commit 23b7d1e

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

eng/pipelines/templates/steps/java-publishing.yml

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -107,10 +107,14 @@ steps:
107107
-Path ${{ parameters.OutputDirectory }}
108108
-InformationAction Continue
109109
- ${{if and(eq(parameters.ShouldPublish, 'true'), ne(parameters.StageOnly, 'true'))}}:
110-
- task: EsrpRelease@4
110+
- task: EsrpRelease@7
111111
displayName: 'Publish to ESRP'
112112
inputs:
113-
ConnectedServiceName: 'ESRP Release Service'
113+
ConnectedServiceName: 'Azure SDK Engineering System'
114+
ClientId: '5f81938c-2544-4f1f-9251-dd9de5b8a81b'
115+
KeyVaultName: 'AzureSDKEngKeyVault'
116+
AuthCertName: 'azure-sdk-esrp-release-auth-certificate'
117+
SignCertName: 'azure-sdk-esrp-release-sign-certificate'
114118
Intent: 'PackageDistribution'
115119
ContentType: 'Maven'
116120
FolderLocation: ${{ parameters.OutputDirectory }}

0 commit comments

Comments
 (0)