Skip to content

Commit 25a1871

Browse files
authored
build: Update code sign task to v5 (#1691)
Signed-off-by: Sheng Chen <[email protected]>
1 parent ebcc15e commit 25a1871

File tree

2 files changed

+14
-4
lines changed

2 files changed

+14
-4
lines changed

.azure-pipelines/vscode-java-test-nightly.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -67,10 +67,15 @@ extends:
6767
command: custom
6868
verbose: false
6969
customCommand: run build-plugin
70-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
70+
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
7171
displayName: ESRP CodeSigning
7272
inputs:
73-
ConnectedServiceName: vscjavaci_esrp_codesign
73+
ConnectedServiceName: 'ESRP-Release-Test'
74+
AppRegistrationClientId: '1992ee18-e9d2-42d6-ab20-94dd947a44b6'
75+
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
76+
AuthAKVName: 'vscjavaci'
77+
AuthCertName: 'vscjava-esrprelease-auth'
78+
AuthSignCertName: 'VSCJava-CodeSign'
7479
FolderPath: server
7580
Pattern: com.microsoft.java.test.*.jar
7681
signConfigType: inlineSignParams

.azure-pipelines/vscode-java-test-rc.yml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,10 +62,15 @@ extends:
6262
command: custom
6363
verbose: false
6464
customCommand: run build-plugin
65-
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2
65+
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@5
6666
displayName: ESRP CodeSigning
6767
inputs:
68-
ConnectedServiceName: vscjavaci_esrp_codesign
68+
ConnectedServiceName: 'ESRP-Release-Test'
69+
AppRegistrationClientId: '1992ee18-e9d2-42d6-ab20-94dd947a44b6'
70+
AppRegistrationTenantId: '72f988bf-86f1-41af-91ab-2d7cd011db47'
71+
AuthAKVName: 'vscjavaci'
72+
AuthCertName: 'vscjava-esrprelease-auth'
73+
AuthSignCertName: 'VSCJava-CodeSign'
6974
FolderPath: server
7075
Pattern: com.microsoft.java.test.*.jar
7176
signConfigType: inlineSignParams

0 commit comments

Comments
 (0)