Skip to content

Commit 7fc85ee

Browse files
authored
Modify CI workflow to use npx for packaging
Updated packaging command for the extension.
1 parent 14ede9d commit 7fc85ee

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/CI_release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -13,9 +13,9 @@ stages:
1313
- task: Npm@1
1414
inputs:
1515
command: 'install'
16-
- task: Npm@1
17-
inputs:
18-
command: 'custom'
1916

20-
customCommand: 'vsce package --out $(Build.ArtifactStagingDirectory)/extension.vsix'
17+
pwsh: npx @vscode/vsce@latest package -o $(Build.ArtifactStagingDirectory)/extension.vsix
18+
displayName: 'Package extension'
19+
workingDirectory: samples/extension-signing
20+
2121

0 commit comments

Comments
 (0)