Skip to content

Write build matrix variables directly to stdout#2125

Merged
lbussell merged 1 commit into
dotnet:mainfrom
lbussell:fix-dropped-variables
May 26, 2026
Merged

Write build matrix variables directly to stdout#2125
lbussell merged 1 commit into
dotnet:mainfrom
lbussell:fix-dropped-variables

Conversation

@lbussell
Copy link
Copy Markdown
Member

This PR prevents generateBuildMatrix Azure Pipelines output variables from being dropped by writing task.setvariable directives directly to Console.Out and flushing after emission.

This is a workaround for #2124 while ImageBuilder does not start and stop the generic application host, which can leave logger output unfinished when the process exits.

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
@lbussell lbussell requested a review from a team as a code owner May 26, 2026 19:43
@lbussell lbussell requested a review from dagood May 26, 2026 19:45
@lbussell lbussell merged commit 81e9619 into dotnet:main May 26, 2026
12 checks passed
@lbussell lbussell deleted the fix-dropped-variables branch May 26, 2026 20:12
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