diff --git a/azure-pipelines.yml b/azure-pipelines.yml index 0880ff3da2c5..68da20933d61 100644 --- a/azure-pipelines.yml +++ b/azure-pipelines.yml @@ -24,3 +24,4 @@ jobs: - template: .azure-pipelines/LintDiff.yml - template: .azure-pipelines/NetworkValidation.yml - template: .azure-pipelines/Spellcheck.yml +- template: .azure-pipelines/PrettierCheck.yml diff --git a/preproduction-azure-pipelines.yml b/preproduction-azure-pipelines.yml index aa923cac0537..d2b59829aad7 100644 --- a/preproduction-azure-pipelines.yml +++ b/preproduction-azure-pipelines.yml @@ -13,8 +13,5 @@ variables: PREPRODUCTION_PIPELINE: 'true' jobs: -- template: .azure-pipelines/BranchProtectionForPrivateRepo.yml - template: .azure-pipelines/BreakingChange.yml - template: .azure-pipelines/ModelValidation.yml -- template: .azure-pipelines/PrettierCheck.yml -- template: .azure-pipelines/Avocado.yml