diff --git a/.azure-pipelines/vscode-java-test-ci.yml b/.azure-pipelines/vscode-java-test-ci.yml index 828ad376..43dfecc4 100644 --- a/.azure-pipelines/vscode-java-test-ci.yml +++ b/.azure-pipelines/vscode-java-test-ci.yml @@ -51,28 +51,14 @@ extends: jdkArchitectureOption: x64 jdkSourceOption: PreInstalled - template: /.azure-pipelines/npm-cfs.yml@self - - task: Npm@1 + - script: npm install displayName: npm install - inputs: - verbose: false - - task: Npm@1 + - script: npm run lint displayName: npm run lint - inputs: - command: custom - verbose: false - customCommand: run lint - - task: Npm@1 + - script: npm run build-plugin displayName: npm run build-plugin - inputs: - command: custom - verbose: false - customCommand: run build-plugin - - task: Npm@1 + - script: npm run vscode:prepublish displayName: npm run vscode:prepublish - inputs: - command: custom - verbose: false - customCommand: run vscode:prepublish - task: Bash@3 displayName: vsce package inputs: diff --git a/.azure-pipelines/vscode-java-test-nightly.yml b/.azure-pipelines/vscode-java-test-nightly.yml index 886a7302..3447b56d 100644 --- a/.azure-pipelines/vscode-java-test-nightly.yml +++ b/.azure-pipelines/vscode-java-test-nightly.yml @@ -67,22 +67,12 @@ extends: - script: java --version displayName: 'Check Java installation' - template: /.azure-pipelines/npm-cfs.yml@self - - task: Npm@1 + - script: npm install displayName: npm install - inputs: - verbose: false - - task: Npm@1 + - script: npm run lint displayName: npm run lint - inputs: - command: custom - verbose: false - customCommand: run lint - - task: Npm@1 + - script: npm run build-plugin displayName: npm run build-plugin - inputs: - command: custom - verbose: false - customCommand: run build-plugin - task: PowerShell@2 displayName: Sign Jars env: diff --git a/.azure-pipelines/vscode-java-test-rc.yml b/.azure-pipelines/vscode-java-test-rc.yml index 7f1a00da..04e8fe84 100644 --- a/.azure-pipelines/vscode-java-test-rc.yml +++ b/.azure-pipelines/vscode-java-test-rc.yml @@ -62,22 +62,12 @@ extends: - script: java --version displayName: 'Check Java installation' - template: /.azure-pipelines/npm-cfs.yml@self - - task: Npm@1 + - script: npm install displayName: npm install - inputs: - verbose: false - - task: Npm@1 + - script: npm run lint displayName: npm run lint - inputs: - command: custom - verbose: false - customCommand: run lint - - task: Npm@1 + - script: npm run build-plugin displayName: npm run build-plugin - inputs: - command: custom - verbose: false - customCommand: run build-plugin - task: PowerShell@2 displayName: Sign Jars env: