From 74aacda70d9003cfe646c467f7fa26c40d4e80a8 Mon Sep 17 00:00:00 2001 From: Aditya Bist Date: Thu, 14 Oct 2021 11:05:13 -0700 Subject: [PATCH] separate ADO jobs (#17361) --- build/azure-pipelines/sql-product-compile.yml | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) 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)" \