File tree 6 files changed +26
-25
lines changed
tools/ci_build/github/azure-pipelines
6 files changed +26
-25
lines changed Original file line number Diff line number Diff line change @@ -260,12 +260,12 @@ extends:
260
260
displayName : " Sign Nuget package"
261
261
inputs :
262
262
ConnectedServiceName : ' OnnxrunTimeCodeSign_20240611'
263
- AppRegistrationClientId : ' 53d54d02-978d-4305-8572-583cf6711c4f '
264
- AppRegistrationTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47 '
265
- AuthAKVName : ' buildkeyvault '
266
- AuthCertName : ' 53d54d02-SSL-AutoRotate '
267
- AuthSignCertName : ' 53d54d02-978d-4305-8572-583cf6711c4f '
268
-
263
+ UseMSIAuthentication : true
264
+ AppRegistrationClientId : ' 62b7cfed-4d25-454f-880e-010dc21455ac '
265
+ AppRegistrationTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346 '
266
+ EsrpClientId : " 53d54d02-978d-4305-8572-583cf6711c4f "
267
+ AuthAKVName : ' ortbuildkeyvault '
268
+ AuthSignCertName : ' esrpcodesign '
269
269
FolderPath : $(Build.ArtifactStagingDirectory)
270
270
Pattern : ' *.nupkg'
271
271
SessionTimeout : 90
Original file line number Diff line number Diff line change 9
9
displayName : ' ESRP CodeSigning'
10
10
inputs :
11
11
ConnectedServiceName : ' OnnxrunTimeCodeSign_20240611'
12
- AppRegistrationClientId : ' 53d54d02-978d-4305-8572-583cf6711c4f '
13
- AppRegistrationTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47 '
14
- AuthAKVName : ' buildkeyvault '
15
- AuthCertName : ' 53d54d02-SSL-AutoRotate '
16
- AuthSignCertName : ' 53d54d02-978d-4305-8572-583cf6711c4f '
17
-
12
+ UseMSIAuthentication : true
13
+ AppRegistrationClientId : ' 62b7cfed-4d25-454f-880e-010dc21455ac '
14
+ AppRegistrationTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346 '
15
+ EsrpClientId : " 53d54d02-978d-4305-8572-583cf6711c4f "
16
+ AuthAKVName : ' ortbuildkeyvault '
17
+ AuthSignCertName : ' esrpcodesign '
18
18
FolderPath : ${{ parameters.FolderPath }}
19
19
Pattern : ' *.nupkg'
20
20
SessionTimeout : 90
Original file line number Diff line number Diff line change 7
7
displayName : ' Get GnuPG signing keys'
8
8
inputs :
9
9
# The value below is the name of an ADO service connection.
10
- azureSubscription : ' OnnxrunTimeCodeSign_20240611 '
10
+ azureSubscription : ' AIInfraBuildOnnxRuntimeOSS '
11
11
KeyVaultName : ' ort-release'
12
12
SecretsFilter : ' java-pgp-pwd,java-pgp-key'
13
13
RunAsPreJob : false
Original file line number Diff line number Diff line change 6
6
- task : AzureKeyVault@2
7
7
displayName : ' Get GnuPG signing keys'
8
8
inputs :
9
- azureSubscription : ' OnnxrunTimeCodeSign_20240611 '
9
+ azureSubscription : ' AIInfraBuildOnnxRuntimeOSS '
10
10
KeyVaultName : ' ort-release'
11
11
SecretsFilter : ' java-pgp-pwd,java-pgp-key'
12
12
RunAsPreJob : false
Original file line number Diff line number Diff line change @@ -12,12 +12,12 @@ steps:
12
12
displayName : ' ESRP CodeSigning'
13
13
inputs :
14
14
ConnectedServiceName : ' OnnxrunTimeCodeSign_20240611'
15
- AppRegistrationClientId : ' 53d54d02-978d-4305-8572-583cf6711c4f '
16
- AppRegistrationTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47 '
17
- AuthAKVName : ' buildkeyvault '
18
- AuthCertName : ' 53d54d02-SSL-AutoRotate '
19
- AuthSignCertName : ' 53d54d02-978d-4305-8572-583cf6711c4f '
20
-
15
+ UseMSIAuthentication : true
16
+ AppRegistrationClientId : ' 62b7cfed-4d25-454f-880e-010dc21455ac '
17
+ AppRegistrationTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346 '
18
+ EsrpClientId : " 53d54d02-978d-4305-8572-583cf6711c4f "
19
+ AuthAKVName : ' ortbuildkeyvault '
20
+ AuthSignCertName : ' esrpcodesign '
21
21
FolderPath : ${{ parameters.FolderPath }}
22
22
Pattern : ${{ parameters.Pattern }}
23
23
SessionTimeout : 90
Original file line number Diff line number Diff line change @@ -21,11 +21,12 @@ steps:
21
21
condition : and(succeeded(), eq('${{ parameters.DoEsrp }}', true))
22
22
inputs :
23
23
ConnectedServiceName : ' OnnxrunTimeCodeSign_20240611'
24
- AppRegistrationClientId : ' 53d54d02-978d-4305-8572-583cf6711c4f'
25
- AppRegistrationTenantId : ' 72f988bf-86f1-41af-91ab-2d7cd011db47'
26
- AuthAKVName : ' buildkeyvault'
27
- AuthCertName : ' 53d54d02-SSL-AutoRotate'
28
- AuthSignCertName : ' 53d54d02-978d-4305-8572-583cf6711c4f'
24
+ UseMSIAuthentication : true
25
+ AppRegistrationClientId : ' 62b7cfed-4d25-454f-880e-010dc21455ac'
26
+ AppRegistrationTenantId : ' 975f013f-7f24-47e8-a7d3-abc4752bf346'
27
+ EsrpClientId : " 53d54d02-978d-4305-8572-583cf6711c4f"
28
+ AuthAKVName : ' ortbuildkeyvault'
29
+ AuthSignCertName : ' esrpcodesign'
29
30
signConfigType : inlineSignParams
30
31
inlineOperation : |
31
32
[
You can’t perform that action at this time.
0 commit comments