Skip to content

Commit ed2b120

Browse files
authored
Update CI_release.yml to include packaging step
Added npm run package command to the CI workflow.
1 parent dd41d18 commit ed2b120

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/CI_release.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,10 @@ stages:
1313
- task: Npm@1
1414
inputs:
1515
command: 'install'
16+
- task: Npm@1
17+
inputs:
18+
command: 'npm run package'
1619

17-
pwsh: npx @vscode/vsce@latest package -o $(Build.ArtifactStagingDirectory)/extension.vsix
18-
displayName: 'Package extension'
1920

2021

2122

0 commit comments

Comments
 (0)