Skip to content

Commit

Permalink
Add step to create package work item (#34970)
Browse files Browse the repository at this point in the history
  • Loading branch information
praveenkuttappan authored Apr 1, 2024
1 parent c86270b commit 6e8c5c9
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions eng/pipelines/templates/steps/analyze.yml
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,11 @@ steps:
Artifacts: ${{ parameters.Artifacts }}
ArtifactName: "packages_extended"

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

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

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

0 comments on commit 6e8c5c9

Please sign in to comment.