Change Pipeline's Service Connection Name (#841)
* change service connection name
This commit is contained in:
Родитель
ece1db2dc7
Коммит
14f280adf6
|
@ -8,7 +8,7 @@ steps:
|
|||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
|
||||
displayName: 'ESRP CodeSigning'
|
||||
inputs:
|
||||
ConnectedServiceName: 'OnnxrunTimeCodeSign_20240611'
|
||||
ConnectedServiceName: 'esrp_release'
|
||||
AppRegistrationClientId: '53d54d02-978d-4305-8572-583cf6711c4f'
|
||||
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
|
||||
AuthAKVName: 'buildkeyvault'
|
||||
|
|
|
@ -20,7 +20,7 @@ steps:
|
|||
displayName: ${{ parameters.DisplayName }}
|
||||
condition: and(succeeded(), eq('${{ parameters.DoEsrp }}', true))
|
||||
inputs:
|
||||
ConnectedServiceName: 'OnnxrunTimeCodeSign_20240611'
|
||||
ConnectedServiceName: 'esrp_release'
|
||||
AppRegistrationClientId: '53d54d02-978d-4305-8572-583cf6711c4f'
|
||||
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
|
||||
AuthAKVName: 'buildkeyvault'
|
||||
|
|
Загрузка…
Ссылка в новой задаче