diff --git a/build/azure-pipelines/sql-product-compile.yml b/build/azure-pipelines/sql-product-compile.yml index 4da3009678..aed6190553 100644 --- a/build/azure-pipelines/sql-product-compile.yml +++ b/build/azure-pipelines/sql-product-compile.yml @@ -79,9 +79,14 @@ steps: - script: | set -e - yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check sqllint extensions-lint strict-vscode + yarn npm-run-all -lp core-ci extensions-ci hygiene eslint valid-layers-check displayName: Compile & Hygiene +- script: | + set -e + yarn npm-run-all -lp sqllint extensions-lint strict-vscode + displayName: SQL Hygiene + - script: | set -e AZURE_STORAGE_ACCOUNT="$(sourcemap-storage-account)" \