Skip to content

Commit

Permalink
Add new step to validate and create package work item (#29117)
Browse files Browse the repository at this point in the history
Add new step in build job to create a package work item.
  • Loading branch information
praveenkuttappan authored Apr 1, 2024
1 parent ca0ce82 commit cf773d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions eng/pipelines/templates/steps/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -118,3 +118,7 @@ steps:
- template: /eng/common/pipelines/templates/steps/detect-api-changes.yml
parameters:
Artifacts: ${{ parameters.Artifacts }}

- template: /eng/common/pipelines/templates/steps/validate-all-packages.yml
parameters:
Artifacts: ${{ parameters.Artifacts }}

0 comments on commit cf773d5

Please sign in to comment.