File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 64716471 "compile" : " yarn install && (yarn verify prep --quiet || yarn prep) && yarn build" ,
64726472 "watch" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build tsconfig.json --watch" ,
64736473 "rebuild" : " yarn install && yarn clean && yarn prep && yarn build" ,
6474- "vscode: prepublish" : " yarn install && yarn clean && yarn webpack" ,
6474+ "vsix- prepublish" : " yarn install && yarn clean && yarn webpack" ,
64756475 "webpack" : " yarn install && (yarn verify prep --quiet || yarn prep) && tsc --build ui.tsconfig.json && webpack --mode production --env vscode_nls" ,
64766476 "generate-native-strings" : " ts-node -T ./.scripts/generateNativeStrings.ts" ,
64776477 "generate-options-schema" : " ts-node -T ./.scripts/generateOptionsSchema.ts" ,
You can’t perform that action at this time.
0 commit comments