diff --git a/.azure-pipelines/ci.yml b/.azure-pipelines/ci.yml index ba0d707d..15fbc937 100644 --- a/.azure-pipelines/ci.yml +++ b/.azure-pipelines/ci.yml @@ -55,16 +55,10 @@ extends: inputs: versionSpec: 20.x - template: /.azure-pipelines/npm-cfs.yml@self - - task: Npm@1 + - script: npm install --verbose displayName: npm install - inputs: - verbose: true - - task: Npm@1 + - script: npm run build-server displayName: npm run build-server - inputs: - command: custom - verbose: false - customCommand: run build-server - task: Bash@3 displayName: vsce package inputs: diff --git a/.azure-pipelines/nightly.yml b/.azure-pipelines/nightly.yml index 6b8ce9f2..d7e8461f 100644 --- a/.azure-pipelines/nightly.yml +++ b/.azure-pipelines/nightly.yml @@ -69,10 +69,8 @@ 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: CmdLine@2 displayName: npx gulp build_server inputs: diff --git a/.azure-pipelines/rc.yml b/.azure-pipelines/rc.yml index eefd22d1..00e1bb62 100644 --- a/.azure-pipelines/rc.yml +++ b/.azure-pipelines/rc.yml @@ -64,10 +64,8 @@ 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: CmdLine@2 displayName: npx gulp build_server inputs: