Skip to content

Commit 0faa1d2

Browse files
authored
Modify CI_release.yml to include packaging command
Updated the custom command in the CI release workflow to package the extension using 'npx @vscode/vsce@latest'.
1 parent ba624aa commit 0faa1d2

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/CI_release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,5 @@ stages:
1616
- task: Npm@1
1717
inputs:
1818
command: 'custom'
19-
customCommand: 'run package'
19+
20+
customCommand: 'npx @vscode/vsce@latest package -o $(Build.ArtifactStagingDirectory)/extension.vsix'

0 commit comments

Comments
 (0)