Skip to content

Continue on docker build errors#2164

Open
dkurepa wants to merge 2 commits into
dotnet:mainfrom
dkurepa:dkurepa/ContinueOnBuildFailures
Open

Continue on docker build errors#2164
dkurepa wants to merge 2 commits into
dotnet:mainfrom
dkurepa:dkurepa/ContinueOnBuildFailures

Conversation

@dkurepa

@dkurepa dkurepa commented Jul 1, 2026

Copy link
Copy Markdown
Member

No description provided.

@dkurepa dkurepa requested a review from a team as a code owner July 1, 2026 08:12
@dkurepa

dkurepa commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

@mthalman @lbussell we're not sure if this file is consumed by some other repository, let us know if you think this change is acceptable

- 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

@dkurepa dkurepa requested a review from mthalman July 1, 2026 15:21
@dkurepa

dkurepa commented Jul 1, 2026

Copy link
Copy Markdown
Member Author

@mthalman looks like I can't merge this PR, could you merge it for me please? Also it might be good if the product construction team had merge access in this repo in general

@mthalman mthalman requested a review from lbussell July 1, 2026 17:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants