Skip to content

Commit

Permalink
Update VSCE module from vsce to @vscode/vsce (#1897)
Browse files Browse the repository at this point in the history
  • Loading branch information
EzioLi01 authored Dec 22, 2022
1 parent 8ba8032 commit 7711dc7
Show file tree
Hide file tree
Showing 4 changed files with 335 additions and 261 deletions.
4 changes: 2 additions & 2 deletions .ci/common-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ steps:
inputs:
versionSpec: 14.x

- bash: npm install gulp react-devtools vsce -g --force
displayName: "npm install gulp react-devtools vsce -g"
- bash: npm install gulp react-devtools @vscode/vsce -g --force
displayName: "npm install gulp react-devtools @vscode/vsce -g"

- bash: npm ci
displayName: "npm ci"
Expand Down
4 changes: 2 additions & 2 deletions .ci/smoke/smoke-tests-common-validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ steps:
checkLatest: true

- task: Npm@1
displayName: "npm i gulp vsce -g"
displayName: "npm i gulp @vscode/vsce -g"
inputs:
command: custom
verbose: false
customCommand: "i gulp vsce -g"
customCommand: "i gulp @vscode/vsce -g --force"

- task: Npm@1
displayName: "npm ci"
Expand Down
Loading

0 comments on commit 7711dc7

Please sign in to comment.