Skip to content

Commit

Permalink
update to esrp code sign task ver2
Browse files Browse the repository at this point in the history
  • Loading branch information
CsCherrYY committed Nov 28, 2022
1 parent e7877dc commit 2557bf5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .azure-pipelines/vscode-gradle-rc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,13 +36,13 @@ steps:
cd $(Build.SourcesDirectory)/extension/lib
chmod +x gradle-server
displayName: Set permission
- task: SFP.build-tasks.custom-build-task-1.EsrpCodeSigning@1
- task: EsrpCodeSigning@2
displayName: 'ESRP CodeSigning'
inputs:
ConnectedServiceName: 'vscjavaci_codesign'
FolderPath: extension/lib
FolderPath: 'extension/lib'
Pattern: 'gradle-server.jar'
signConfigType: inlineSignParams
signConfigType: 'inlineSignParams'
inlineOperation: |
[
{
Expand Down

0 comments on commit 2557bf5

Please sign in to comment.