Skip to content

Commit

Permalink
Reenable DEB build (microsoft#22794)
Browse files Browse the repository at this point in the history
  • Loading branch information
kburtram authored Apr 20, 2023
1 parent e7d3d04 commit 9132695
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions build/azure-pipelines/linux/sql-product-build-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,12 +180,11 @@ steps:
# continueOnError: true
# condition: and(succeeded(), eq(variables['RUN_TESTS'], 'true'))

# {{SQL CARBON TODO}} - Reenable
# - script: |
# set -e
# yarn gulp vscode-linux-x64-build-deb
# displayName: Build Deb
# condition: and(succeeded(), ne(variables['EXTENSIONS_ONLY'], 'true'))
- script: |
set -e
yarn gulp vscode-linux-x64-build-deb
displayName: Build Deb
condition: and(succeeded(), ne(variables['EXTENSIONS_ONLY'], 'true'))
- script: |
set -e
Expand Down

0 comments on commit 9132695

Please sign in to comment.