Skip to content

Commit 2ca709a

Browse files
committed
ci build package
1 parent 45e5d0f commit 2ca709a

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

build.yml

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,3 +69,12 @@ jobs:
6969
displayName: 'Run tests'
7070
env:
7171
DISPLAY: :10
72+
- task: Npm@1
73+
displayName: 'Package VSIX'
74+
inputs:
75+
command: custom
76+
verbose: false
77+
customCommand: 'run package'
78+
- task: PublishPipelineArtifact@1
79+
inputs:
80+
targetPath: '$(Pipeline.Workspace)/*.vsix'

0 commit comments

Comments
 (0)