Skip to content

Commit

Permalink
ensure we build before packaging in CG pipeline (#4140)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored Oct 23, 2024
1 parent 46f2d16 commit 831c33c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions jobs/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,6 +82,12 @@ extends:

- script: npm install -g @vscode/vsce
displayName: 'install vsce'

- task: CmdLine@2
displayName: Build files
inputs:
script: |
yarn compile-production
- task: CmdLine@2
displayName: Run VSCE to package vsix
Expand Down

0 comments on commit 831c33c

Please sign in to comment.