Skip to content

Commit

Permalink
Update code sign connection and replace ai key command
Browse files Browse the repository at this point in the history
  • Loading branch information
jdneo committed Mar 4, 2024
1 parent 8296842 commit e83560f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .azure-pipelines/vscode-java-test-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -98,7 +98,7 @@ extends:
- task: CmdLine@2
displayName: Replace AI Key
inputs:
script: npx [email protected] -I -f package.json -e "this.aiKey=\"$AI_KEY\""
script: npx [email protected] -I -f package.json -e "this.aiKey=\"%AI_KEY%\""
- task: CmdLine@2
displayName: vsce package
inputs:
Expand Down

0 comments on commit e83560f

Please sign in to comment.