Skip to content

Commit

Permalink
Enable API change detection as part of PR pipelines (#20803)
Browse files Browse the repository at this point in the history
* Enable API change detection as part of PR pipelines
  • Loading branch information
praveenkuttappan committed Sep 27, 2021
1 parent 9824165 commit 50e50af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,10 @@ steps:
parameters:
Artifacts: ${{ parameters.Artifacts }}

- template: /eng/common/pipelines/templates/steps/detect-api-changes.yml
parameters:
Artifacts: ${{ parameters.Artifacts }}

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

- template: /eng/common/pipelines/templates/steps/publish-artifact.yml
Expand Down

0 comments on commit 50e50af

Please sign in to comment.