ensure we build before packaging in CG pipeline (#4140)

This commit is contained in:
Garrett Campbell 2024-10-23 12:38:23 -07:00 коммит произвёл GitHub
Родитель 46f2d16e31
Коммит 831c33c162
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: B5690EEEBB952194
1 изменённых файлов: 6 добавлений и 0 удалений

Просмотреть файл

@ -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