Skip to content

Commit

Permalink
move eng common check to end of analyze stage (#16829)
Browse files Browse the repository at this point in the history
  • Loading branch information
chidozieononiwu committed Feb 20, 2021
1 parent f7062ad commit b1f0288
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ 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 }}:
Expand Down Expand Up @@ -113,3 +111,5 @@ steps:
BuildTargetingString: ${{ parameters.BuildTargetingString }}
TestMarkArgument: ${{ parameters.TestMarkArgument }}
AdditionalTestArgs: ${{parameters.AdditionalTestArgs}}

- template: /eng/common/pipelines/templates/steps/eng-common-workflow-enforcer.yml

0 comments on commit b1f0288

Please sign in to comment.