From e83560fd8ac7671bb72a4f672ec668fcea863701 Mon Sep 17 00:00:00 2001 From: Sheng Chen Date: Mon, 4 Mar 2024 13:20:56 +0800 Subject: [PATCH] Update code sign connection and replace ai key command --- .azure-pipelines/vscode-java-test-rc.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.azure-pipelines/vscode-java-test-rc.yml b/.azure-pipelines/vscode-java-test-rc.yml index 6398eb6a..9c5e811e 100644 --- a/.azure-pipelines/vscode-java-test-rc.yml +++ b/.azure-pipelines/vscode-java-test-rc.yml @@ -71,7 +71,7 @@ extends: - task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@2 displayName: ESRP CodeSigning inputs: - ConnectedServiceName: vscjavaci_codesign + ConnectedServiceName: vscjavaci_esrp_codesign FolderPath: server Pattern: com.microsoft.java.test.*.jar signConfigType: inlineSignParams @@ -98,7 +98,7 @@ extends: - task: CmdLine@2 displayName: Replace AI Key inputs: - script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"$AI_KEY\"" + script: npx json@9.0.6 -I -f package.json -e "this.aiKey=\"%AI_KEY%\"" - task: CmdLine@2 displayName: vsce package inputs: