mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-17 02:51:36 -05:00
Add quality build tag to build (#9674)
This commit is contained in:
@@ -10,6 +10,10 @@ jobs:
|
|||||||
vmImage: 'Ubuntu-16.04'
|
vmImage: 'Ubuntu-16.04'
|
||||||
container: linux-x64
|
container: linux-x64
|
||||||
steps:
|
steps:
|
||||||
|
- script: |
|
||||||
|
set -e
|
||||||
|
echo "##vso[build.addbuildtag]$(VSCODE_QUALITY)"
|
||||||
|
displayName: Add Quality Build Tag
|
||||||
- template: sql-product-compile.yml
|
- template: sql-product-compile.yml
|
||||||
|
|
||||||
- job: macOS
|
- job: macOS
|
||||||
|
|||||||
Reference in New Issue
Block a user