We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba624aa commit 0faa1d2Copy full SHA for 0faa1d2
.github/workflows/CI_release.yml
@@ -16,4 +16,5 @@ stages:
16
- task: Npm@1
17
inputs:
18
command: 'custom'
19
- customCommand: 'run package'
+
20
+ customCommand: 'npx @vscode/vsce@latest package -o $(Build.ArtifactStagingDirectory)/extension.vsix'
0 commit comments