mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Reenable DEB build (#22794)
This commit is contained in:
@@ -180,12 +180,11 @@ steps:
|
|||||||
# continueOnError: true
|
# continueOnError: true
|
||||||
# condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true'))
|
# condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true'))
|
||||||
|
|
||||||
# {{SQL CARBON TODO}} - Reenable
|
- script: |
|
||||||
# - script: |
|
set -e
|
||||||
# set -e
|
yarn gulp vscode-linux-x64-build-deb
|
||||||
# yarn gulp vscode-linux-x64-build-deb
|
displayName: Build Deb
|
||||||
# displayName: Build Deb
|
condition: and(succeeded(), ne(variables['EXTENSIONS_ONLY'], 'true'))
|
||||||
# condition: and(succeeded(), ne(variables['EXTENSIONS_ONLY'], 'true'))
|
|
||||||
|
|
||||||
- script: |
|
- script: |
|
||||||
set -e
|
set -e
|
||||||
|
|||||||
Reference in New Issue
Block a user