ensure we build before packaging in CG pipeline (#4140)
This commit is contained in:
Родитель
46f2d16e31
Коммит
831c33c162
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче