Skip to content

Commit dda82ff

Browse files
update macos signing to use pme (#115634)
Co-authored-by: Oleksandr.Didyk <odidyk@microsoft.com>
1 parent 71b9dc5 commit dda82ff

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

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

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -30,12 +30,13 @@ steps:
3030
- task: EsrpCodeSigning@5
3131
displayName: 'ESRP CodeSigning'
3232
inputs:
33-
ConnectedServiceName: 'DotNet-Engineering-Services_KeyVault'
34-
AppRegistrationClientId: '28ec6507-2167-4eaa-a294-34408cf5dd0e'
35-
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
36-
AuthAKVName: 'EngKeyVault'
37-
AuthCertName: 'DotNetCore-ESRP-AuthCert'
38-
AuthSignCertName: 'DotNetCore-ESRP-AuthSignCert'
33+
ConnectedServiceName: 'DotNetBuildESRP'
34+
UseMSIAuthentication: true
35+
EsrpClientId: '28ec6507-2167-4eaa-a294-34408cf5dd0e'
36+
AppRegistrationClientId: '0ecbcdb7-8451-4cbe-940a-4ed97b08b955'
37+
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
38+
AuthAKVName: 'DotNetEngKeyVault'
39+
AuthSignCertName: 'DotNet-ESRP-AuthSignCert'
3940
FolderPath: '$(Build.ArtifactStagingDirectory)/'
4041
Pattern: 'mac_entitled_to_sign.zip'
4142
UseMinimatch: true

0 commit comments

Comments
 (0)