Update distro version upgrade workflow to account for feature band dependencies#5496
Open
mthalman wants to merge 1 commit intodotnet:mainfrom
Open
Update distro version upgrade workflow to account for feature band dependencies#5496mthalman wants to merge 1 commit intodotnet:mainfrom
mthalman wants to merge 1 commit intodotnet:mainfrom
Conversation
| 1. **Update release pipelines:** | ||
| - Update the artifact name for the relevant .NET version in the source-build | ||
| release and re-bootstrap pipeline | ||
| ([example](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/c9be53307205765ebae48c18d00ef6260e596817?path=/eng/pipeline/source-build-release/steps/re-bootstrap.yml&version=GBmain&line=90&lineEnd=91&lineStartColumn=1&lineEndColumn=1&type=2&lineStyle=plain&_a=files)). |
Member
Comment on lines
+93
to
+94
| - Update the artifact name for the relevant .NET version in the source-build | ||
| release and re-bootstrap pipeline |
Member
There was a problem hiding this comment.
Suggested change
| - Update the artifact name for the relevant .NET version in the source-build | |
| release and re-bootstrap pipeline | |
| - Update the artifact names for the relevant .NET version in the release infrastructure. |
| - Update the artifact name for the relevant .NET version in the source-build | ||
| release and re-bootstrap pipeline | ||
| ([example](https://dev.azure.com/dnceng/internal/_git/dotnet-release/commit/c9be53307205765ebae48c18d00ef6260e596817?path=/eng/pipeline/source-build-release/steps/re-bootstrap.yml&version=GBmain&line=90&lineEnd=91&lineStartColumn=1&lineEndColumn=1&type=2&lineStyle=plain&_a=files)). | ||
| - The release validation will fail until the next source-build release; file |
Member
There was a problem hiding this comment.
Similar comment to the above, this is only applicable for < .NET 10 releases.
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.
Updates to this doc are needed because of the dependency that feature bands have on the artifacts coming from the 1xx band. It helps to be familiar with https://github.com/dotnet/source-build/blob/main/Documentation/feature-band-source-building.md when reviewing this.