Skip to content

Commit

Permalink
build code before CG (#668)
Browse files Browse the repository at this point in the history
  • Loading branch information
gcampbell-msft authored Oct 28, 2024
1 parent f704974 commit 3139cdd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions jobs/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -87,6 +87,9 @@ extends:
- script: npm install -g @vscode/vsce
displayName: "install vsce"

- script: yarn compile-production
displayName: "Compile production"

- task: CmdLine@2
displayName: Run VSCE to package vsix
inputs:
Expand Down

0 comments on commit 3139cdd

Please sign in to comment.