mirror of
https://github.com/saymrwulf/onnxruntime.git
synced 2026-07-29 20:14:01 +00:00
### Description <!-- Describe your changes. --> ### Motivation and Context <!-- - Why is this change required? What problem does it solve? - If it fixes an open issue, please link to the issue here. -->
43 lines
1.1 KiB
YAML
43 lines
1.1 KiB
YAML
parameters:
|
|
- name: DoEsrp
|
|
type: boolean
|
|
default: true
|
|
|
|
- name: FolderPath
|
|
type: string
|
|
default: ''
|
|
|
|
- name: DisplayName
|
|
type: string
|
|
default: ''
|
|
|
|
- name: Pattern
|
|
type: string
|
|
default: '*.zip'
|
|
|
|
steps:
|
|
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
|
|
displayName: 'ESRP CodeSigning'
|
|
inputs:
|
|
ConnectedServiceName: 'OnnxrunTimeCodeSign_20240611'
|
|
AppRegistrationClientId: '53d54d02-978d-4305-8572-583cf6711c4f'
|
|
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
|
|
AuthAKVName: 'buildkeyvault'
|
|
AuthCertName: '53d54d02-SSL-AutoRotate'
|
|
AuthSignCertName: '53d54d02-978d-4305-8572-583cf6711c4f'
|
|
|
|
FolderPath: ${{ parameters.FolderPath }}
|
|
Pattern: '*.nupkg'
|
|
SessionTimeout: 90
|
|
ServiceEndpointUrl: 'https://api.esrp.microsoft.com/api/v2'
|
|
MaxConcurrency: 25
|
|
signConfigType: inlineSignParams
|
|
inlineOperation: |
|
|
[
|
|
{
|
|
"keyCode": "CP-401337-Apple",
|
|
"operationSetCode": "MacAppDeveloperSign",
|
|
"toolName": "sign",
|
|
"toolVersion": "6.2.9304.0"
|
|
}
|
|
]
|