Skip to content

Commit 4079b1e

Browse files
authored
Fix Cg build. (#12759)
* Fix Cg build.
1 parent cc653f8 commit 4079b1e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Build/cg/cg.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,10 @@ extends:
102102
filename: mkdir
103103
arguments: $(Build.ArtifactStagingDirectory)\Extension
104104

105+
- script: yarn run vsix-prepublish
106+
displayName: Build files
107+
workingDirectory: $(Build.SourcesDirectory)\Extension
108+
105109
- task: CmdLine@1
106110
name: ProcessRunner_12
107111
displayName: Run VSCE to package vsix

0 commit comments

Comments
 (0)