From d8c404dc09463ed64679b43d202a30d7b241d6ee Mon Sep 17 00:00:00 2001 From: Chidozie Ononiwu <31145988+chidozieononiwu@users.noreply.github.com> Date: Tue, 16 Feb 2021 19:35:14 -0800 Subject: [PATCH] Add check to catch delinquent eng/common changes (#16732) --- eng/pipelines/templates/steps/analyze.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/eng/pipelines/templates/steps/analyze.yml b/eng/pipelines/templates/steps/analyze.yml index bb21c39174eb..45a6e0c79216 100644 --- a/eng/pipelines/templates/steps/analyze.yml +++ b/eng/pipelines/templates/steps/analyze.yml @@ -6,6 +6,8 @@ parameters: Artifacts: [] steps: + - template: /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml + - template: /eng/pipelines/templates/steps/analyze_dependency.yml - ${{ each artifact in parameters.Artifacts }}: