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 }}: