Skip to content

Commit 073a0e1

Browse files
authored
update ESRPCodeSigning to 5 (#103895)
1 parent b9c7e8b commit 073a0e1

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

eng/pipelines/common/macos-sign-with-entitlements.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,15 @@ steps:
2828
includeRootFolder: true
2929
replaceExistingArchive: true
3030

31-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
31+
- task: EsrpCodeSigning@5
3232
displayName: 'ESRP CodeSigning'
3333
inputs:
34-
ConnectedServiceName: 'ESRP CodeSigning'
34+
ConnectedServiceName: 'DotNet-Engineering-Services_KeyVault'
35+
AppRegistrationClientId: '28ec6507-2167-4eaa-a294-34408cf5dd0e'
36+
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
37+
AuthAKVName: 'EngKeyVault'
38+
AuthCertName: 'DotNetCore-ESRP-AuthCert'
39+
AuthSignCertName: 'DotNetCore-ESRP-AuthSignCert'
3540
FolderPath: '$(Build.ArtifactStagingDirectory)/'
3641
Pattern: 'mac_entitled_to_sign.zip'
3742
UseMinimatch: true

0 commit comments

Comments
 (0)