Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 6 additions & 6 deletions tools/ci_build/github/azure-pipelines/nuget-windows-ai.yml
Original file line number Diff line number Diff line change
Expand Up @@ -260,12 +260,12 @@ extends:
displayName: "Sign Nuget package"
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'

UseMSIAuthentication: true
AppRegistrationClientId: '62b7cfed-4d25-454f-880e-010dc21455ac'
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
EsrpClientId: "53d54d02-978d-4305-8572-583cf6711c4f"
AuthAKVName: 'ortbuildkeyvault'
AuthSignCertName: 'esrpcodesign'
FolderPath: $(Build.ArtifactStagingDirectory)
Pattern: '*.nupkg'
SessionTimeout: 90
Expand Down
12 changes: 6 additions & 6 deletions tools/ci_build/github/azure-pipelines/templates/esrp_nuget.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,12 +9,12 @@ steps:
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'

UseMSIAuthentication: true
AppRegistrationClientId: '62b7cfed-4d25-454f-880e-010dc21455ac'
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
EsrpClientId: "53d54d02-978d-4305-8572-583cf6711c4f"
AuthAKVName: 'ortbuildkeyvault'
AuthSignCertName: 'esrpcodesign'
FolderPath: ${{ parameters.FolderPath }}
Pattern: '*.nupkg'
SessionTimeout: 90
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ steps:
displayName: 'Get GnuPG signing keys'
inputs:
#The value below is the name of an ADO service connection.
azureSubscription: 'OnnxrunTimeCodeSign_20240611'
azureSubscription: 'AIInfraBuildOnnxRuntimeOSS'
KeyVaultName: 'ort-release'
SecretsFilter: 'java-pgp-pwd,java-pgp-key'
RunAsPreJob: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ steps:
- task: AzureKeyVault@2
displayName: 'Get GnuPG signing keys'
inputs:
azureSubscription: 'OnnxrunTimeCodeSign_20240611'
azureSubscription: 'AIInfraBuildOnnxRuntimeOSS'
KeyVaultName: 'ort-release'
SecretsFilter: 'java-pgp-pwd,java-pgp-key'
RunAsPreJob: false
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -20,12 +20,12 @@ steps:
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'

UseMSIAuthentication: true
AppRegistrationClientId: '62b7cfed-4d25-454f-880e-010dc21455ac'
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
EsrpClientId: "53d54d02-978d-4305-8572-583cf6711c4f"
AuthAKVName: 'ortbuildkeyvault'
AuthSignCertName: 'esrpcodesign'
FolderPath: ${{ parameters.FolderPath }}
Pattern: '*.nupkg'
SessionTimeout: 90
Expand Down
11 changes: 6 additions & 5 deletions tools/ci_build/github/azure-pipelines/templates/win-esrp-dll.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,12 @@ steps:
condition: and(succeeded(), eq('${{ parameters.DoEsrp }}', true))
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'
UseMSIAuthentication: true
AppRegistrationClientId: '62b7cfed-4d25-454f-880e-010dc21455ac'
AppRegistrationTenantId: '975f013f-7f24-47e8-a7d3-abc4752bf346'
EsrpClientId: "53d54d02-978d-4305-8572-583cf6711c4f"
AuthAKVName: 'ortbuildkeyvault'
AuthSignCertName: 'esrpcodesign'
signConfigType: inlineSignParams
inlineOperation: |
[
Expand Down
Loading