Skip to content

Commit

Permalink
Enable API change detection in PR pipeline (#24234)
Browse files Browse the repository at this point in the history
* Enable API change detection in PR pipeline
  • Loading branch information
praveenkuttappan authored Sep 29, 2021
1 parent 66d4525 commit ad3586a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/templates/jobs/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -154,6 +154,10 @@ jobs:
ArtifactPath: $(Build.ArtifactStagingDirectory)
ArtifactName: '$(ArtifactName)'

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

- template: ../steps/upload-repository-on-failure.yml

- job: 'Analyze'
Expand Down

0 comments on commit ad3586a

Please sign in to comment.