Enable docker build in CI pipeline (#15476)

* Update gulpfile.reh.js

* Update YAML files

* Bump distro

* Fix yaml file

* Another yaml typo

* Disable web publish step

* Update the build scripts

* YAML update

* Update distro

* Update yaml

* Increase step timeout

* Add comment for disabled code block

* Temp disable component detection task

* Renable comp gov teask

* Bump distro

* Update build scripts

* Fix typo

* Fix docker path

* Bump linux build timeout

* Change file name
This commit is contained in:
Karl Burtram
2021-05-14 17:58:50 -07:00
committed by GitHub
parent c54f991e60
commit 2a0d37aee0
10 changed files with 417 additions and 43 deletions

View File

@@ -218,6 +218,19 @@ steps:
displayName: 'Signing Extensions'
condition: and(succeeded(), eq(variables['signed'], true))
- script: |
set -e
cd ./extensions/mssql/node_modules/@microsoft/ads-kerberos
# npx node-gyp rebuild
yarn install
displayName: Recompile native node modules
- script: |
set -e
VSCODE_MIXIN_PASSWORD="$(github-distro-mixin-password)" \
yarn gulp vscode-reh-web-linux-x64-min
displayName: Build web server
- script: |
set -e
./build/azure-pipelines/linux/createDrop.sh