Skip to content

Commit

Permalink
Fix Cg build. (#12759)
Browse files Browse the repository at this point in the history
* Fix Cg build.
  • Loading branch information
sean-mcmanus authored Sep 24, 2024
1 parent cc653f8 commit 4079b1e
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Build/cg/cg.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,6 +102,10 @@ extends:
filename: mkdir
arguments: $(Build.ArtifactStagingDirectory)\Extension

- script: yarn run vsix-prepublish
displayName: Build files
workingDirectory: $(Build.SourcesDirectory)\Extension

- task: CmdLine@1
name: ProcessRunner_12
displayName: Run VSCE to package vsix
Expand Down

0 comments on commit 4079b1e

Please sign in to comment.