Skip to content
Open
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion eng/docker-tools/templates/stages/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -212,7 +212,7 @@ stages:
################################################################################
- stage: Post_Build
dependsOn: Build
condition: and(succeeded(), contains(variables['stages'], 'build'))
condition: and(succeededOrFailed(), contains(variables['stages'], 'build'))

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

There would need to be some kind of switch here to enable this just for the buildtools repo as this is not the behavior we would want for any of the other consuming repos.

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added a parameter to the yaml templates to control this

jobs:
- template: /eng/docker-tools/templates/jobs/post-build.yml@self
parameters:
Expand Down