Stop building source-build in non-1xx branches#50888
Merged
NikolaMilosavljevic merged 1 commit intodotnet:release/8.0.4xxfrom Oct 14, 2025
Merged
Stop building source-build in non-1xx branches#50888NikolaMilosavljevic merged 1 commit intodotnet:release/8.0.4xxfrom
NikolaMilosavljevic merged 1 commit intodotnet:release/8.0.4xxfrom
Conversation
Member
|
This is going to affect downstream repo consumers like installer which depends on the source build intermediates produced from this leg. The installer legs should be removed first before merging this. |
Member
Author
|
/azp run |
|
Azure Pipelines successfully started running 1 pipeline(s). |
Member
Author
|
Installer PR was merged: dotnet/installer#20614 This PR can now be merged, once approved. |
MichaelSimons
approved these changes
Oct 9, 2025
Member
Author
|
This is failing some unrelated tests in regular Linux build leg. |
Member
Author
|
@marcpopMSFT - can we remove We shouldn't merge this until dotnet/installer#20640 flows to 4xx, and a redo of dotnet/installer#20614 is in place in |
Member
Author
|
Unrelated failure that seems transient. |
91390df
into
dotnet:release/8.0.4xx
16 of 18 checks passed
Member
Author
|
/backport to release/8.0.3xx |
Contributor
|
Started backporting to release/8.0.3xx: https://github.com/dotnet/sdk/actions/runs/18511858202 |
This was referenced Nov 19, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
There is no need to build source-build legs in any feature band except 8.0.1xx. We often see issues related to this leg that require unnecessary work - i.e. #50847 (comment)
This will need to be backported to 8.0.3xx.
NOTE - merge only after dotnet/installer#20614 is merged