Skip to content

Commit

Permalink
fix nightly pipeline as well
Browse files Browse the repository at this point in the history
  • Loading branch information
CsCherrYY committed Nov 29, 2022
1 parent 4282362 commit 8a655b9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .azure-pipelines/vscode-gradle-nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ schedules:
- develop

pool:
vmImage: 'ubuntu-latest'
vmImage: 'ubuntu-20.04'

steps:
- task: JavaToolInstaller@0
Expand Down Expand Up @@ -43,13 +43,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 8a655b9

Please sign in to comment.