Skip to content
This repository was archived by the owner on Oct 1, 2024. It is now read-only.

Commit e62bf59

Browse files
try fix
1 parent 6f5a89c commit e62bf59

File tree

2 files changed

+2314
-52
lines changed

2 files changed

+2314
-52
lines changed

build/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
versionSpec: 16.x
3333
- ${{ if parameters.prerelease }}:
3434
- pwsh: node -e "p=require('./package.json');p.version=p.version.replace(/\.\d+$/,'.'+$(Build.BuildNumber));require('fs').writeFileSync('./package.json',JSON.stringify(p,undefined,2))"
35-
- script: npm install --global gulp node-gyp @vscode/vsce
35+
- script: npm install --global gulp node-gyp
3636
displayName: Install global dependencies
3737
- script: npm install
3838
displayName: Install project dependencies

0 commit comments

Comments
 (0)