Skip to content

Commit

Permalink
Migrated signing (#5096)
Browse files Browse the repository at this point in the history
  • Loading branch information
DergachevE authored Jan 20, 2025
1 parent 1edb4ec commit e00f724
Showing 1 changed file with 12 additions and 8 deletions.
20 changes: 12 additions & 8 deletions .azure-pipelines/signing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,11 +18,12 @@ steps:

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
inputs:
ConnectedServiceName: PipelinesAgentAndTasksESRP
ConnectedServiceName: $(ConnectedServiceName)
UseMSIAuthentication: true
AppRegistrationClientId: $(AppRegistrationClientId)
AppRegistrationTenantId: $(AppRegistrationTenantId)
EsrpClientId: $(EsrpClientId)
AuthAKVName: $(AuthAKVName)
AuthCertName: $(AuthCertName)
AuthSignCertName: $(AuthSignCertName)
FolderPath: '${{ parameters.layoutRoot }}/bin'
Pattern: AgentService.exe
Expand All @@ -47,11 +48,12 @@ steps:

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
inputs:
ConnectedServiceName: PipelinesAgentAndTasksESRP
ConnectedServiceName: $(ConnectedServiceName)
UseMSIAuthentication: true
AppRegistrationClientId: $(AppRegistrationClientId)
AppRegistrationTenantId: $(AppRegistrationTenantId)
EsrpClientId: $(EsrpClientId)
AuthAKVName: $(AuthAKVName)
AuthCertName: $(AuthCertName)
AuthSignCertName: $(AuthSignCertName)
FolderPath: '${{ parameters.layoutRoot }}/bin'
Pattern: |
Expand Down Expand Up @@ -102,11 +104,12 @@ steps:

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
inputs:
ConnectedServiceName: PipelinesAgentAndTasksESRP
ConnectedServiceName: $(ConnectedServiceName)
UseMSIAuthentication: true
AppRegistrationClientId: $(AppRegistrationClientId)
AppRegistrationTenantId: $(AppRegistrationTenantId)
EsrpClientId: $(EsrpClientId)
AuthAKVName: $(AuthAKVName)
AuthCertName: $(AuthCertName)
AuthSignCertName: $(AuthSignCertName)
FolderPath: '${{ parameters.layoutRoot }}'
Pattern: |
Expand Down Expand Up @@ -157,11 +160,12 @@ steps:

- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
inputs:
ConnectedServiceName: PipelinesAgentAndTasksESRP
ConnectedServiceName: $(ConnectedServiceName)
UseMSIAuthentication: true
AppRegistrationClientId: $(AppRegistrationClientId)
AppRegistrationTenantId: $(AppRegistrationTenantId)
EsrpClientId: $(EsrpClientId)
AuthAKVName: $(AuthAKVName)
AuthCertName: $(AuthCertName)
AuthSignCertName: $(AuthSignCertName)
FolderPath: '${{ parameters.layoutRoot }}'
Pattern: |
Expand Down

0 comments on commit e00f724

Please sign in to comment.