Adding buildci script to pipeline. This Pipeline exports two bundles as NuGet packages. Rather than creating one-off 'yarn bundle' scripts for each bundle, add one buildci script (#2412)

This commit is contained in:
Samuel Freiberg 2022-12-12 10:08:46 -07:00 коммит произвёл GitHub
Родитель c9c7660efc
Коммит 567c97f18c
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 1 добавлений и 6 удалений

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

@ -11,14 +11,9 @@ steps:
- template: setup-repo-min-build.yml
- script: |
yarn build
yarn buildci
displayName: 'Building the repo'
- script: |
yarn bundle
workingDirectory: apps/win32
displayName: 'Bundling win32'
# Pack the NuGet package
- task: CmdLine@1
displayName: 'Create NuGet package for FluentTester Win32 bundle.'