We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 14ede9d commit 7fc85eeCopy full SHA for 7fc85ee
.github/workflows/CI_release.yml
@@ -13,9 +13,9 @@ stages:
13
- task: Npm@1
14
inputs:
15
command: 'install'
16
- - task: Npm@1
17
- inputs:
18
- command: 'custom'
19
20
- customCommand: 'vsce package --out $(Build.ArtifactStagingDirectory)/extension.vsix'
+ pwsh: npx @vscode/vsce@latest package -o $(Build.ArtifactStagingDirectory)/extension.vsix
+ displayName: 'Package extension'
+ workingDirectory: samples/extension-signing
+
21
0 commit comments