Upgrade ESRP signing task from v2 to v5 (#780)
* Upgrade ESRP signing task from v2 to v5 * Upgrade ESRP signing task from v2 to v5 in win --------- Co-authored-by: Sayan Shaw <52221015+sayanshaw24@users.noreply.github.com>
This commit is contained in:
Родитель
8b002b86ab
Коммит
4bb63dd2aa
|
@ -5,27 +5,37 @@ parameters:
|
|||
|
||||
steps:
|
||||
- ${{ if eq(parameters['DoEsrp'], 'true') }}:
|
||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
|
||||
displayName: ${{ parameters.DisplayName }}
|
||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
|
||||
displayName: 'ESRP CodeSigning'
|
||||
inputs:
|
||||
ConnectedServiceName: 'OnnxRuntime CodeSign 20190817'
|
||||
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-401405",
|
||||
"operationSetCode": "NuGetSign",
|
||||
"parameters": [ ],
|
||||
"toolName": "sign",
|
||||
"toolVersion": "1.0"
|
||||
},
|
||||
{
|
||||
"keyCode": "CP-401405",
|
||||
"operationSetCode": "NuGetVerify",
|
||||
"parameters": [ ],
|
||||
"toolName": "sign",
|
||||
"toolVersion": "1.0"
|
||||
}
|
||||
]
|
||||
[
|
||||
{
|
||||
"keyCode": "CP-401405",
|
||||
"operationSetCode": "NuGetSign",
|
||||
"parameters": [ ],
|
||||
"toolName": "sign",
|
||||
"toolVersion": "6.2.9304.0"
|
||||
},
|
||||
{
|
||||
"keyCode": "CP-401405",
|
||||
"operationSetCode": "NuGetVerify",
|
||||
"parameters": [ ],
|
||||
"toolName": "sign",
|
||||
"toolVersion": "6.2.9304.0"
|
||||
}
|
||||
]
|
||||
|
|
|
@ -16,42 +16,19 @@ parameters:
|
|||
default: '*.dll'
|
||||
|
||||
steps:
|
||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
|
||||
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
|
||||
displayName: ${{ parameters.DisplayName }}
|
||||
condition: and(succeeded(), eq('${{ parameters.DoEsrp }}', true))
|
||||
inputs:
|
||||
ConnectedServiceName: 'OnnxRuntime CodeSign 20190817'
|
||||
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: ${{ parameters.Pattern }}
|
||||
signConfigType: inlineSignParams
|
||||
inlineOperation: |
|
||||
[
|
||||
{
|
||||
"keyCode": "CP-230012",
|
||||
"operationSetCode": "SigntoolSign",
|
||||
"parameters": [
|
||||
{
|
||||
"parameterName": "OpusName",
|
||||
"parameterValue": "Microsoft"
|
||||
},
|
||||
{
|
||||
"parameterName": "OpusInfo",
|
||||
"parameterValue": "http://www.microsoft.com"
|
||||
},
|
||||
{
|
||||
"parameterName": "PageHash",
|
||||
"parameterValue": "/NPH"
|
||||
},
|
||||
{
|
||||
"parameterName": "FileDigest",
|
||||
"parameterValue": "/fd sha256"
|
||||
},
|
||||
{
|
||||
"parameterName": "TimeStamp",
|
||||
"parameterValue": "/tr \"http://rfc3161.gtm.corp.microsoft.com/TSS/HttpTspServer\" /td sha256"
|
||||
}
|
||||
],
|
||||
"toolName": "signtool.exe",
|
||||
"toolVersion": "6.2.9304.0"
|
||||
}
|
||||
]
|
||||
SessionTimeout: 90
|
||||
ServiceEndpointUrl: 'https://api.esrp.microsoft.com/api/v2'
|
||||
MaxConcurrency: 25
|
||||
|
|
Загрузка…
Ссылка в новой задаче