Enable publishing for .NET 11 Preview 1-7 channels#16452
Merged
Conversation
Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Create Preview channels and enable publishing for .NET 11
Enable publishing for .NET 11 Preview 1-7 channels
Jan 15, 2026
mmitche
reviewed
Jan 15, 2026
.gitignore
Outdated
| .env | ||
|
|
||
| # Nuget.exe downloaded during SDK installation | ||
| /.nuget/nuget.exe No newline at end of file |
Contributor
Author
There was a problem hiding this comment.
Reverted .gitignore changes in commit f97e7fe
Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
mmitche
reviewed
Jan 15, 2026
Member
There was a problem hiding this comment.
@copilot For channel names, use the form "previewN" and not "preview.N"
Contributor
Author
There was a problem hiding this comment.
Updated all channel names to use "previewN" format (without dot) in commit a29dc55. All 14 channels now use "11.0-previewN" and "11.0.1xx-previewN" naming.
Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
mmitche
approved these changes
Jan 15, 2026
ViktorHofer
approved these changes
Jan 17, 2026
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.
Description
Enables publishing infrastructure for .NET 11 Preview channels 1-7. Channels were created in Maestro (IDs 9581-9594) but lacked publishing configuration in arcade.
Changes
TargetChannelConfigentries.NET 11 Preview N(9581, 9583, 9585, 9587, 9589, 9591, 9593).NET 11.0.1xx SDK Preview N(9582, 9584, 9586, 9588, 9590, 9592, 9594)DotNet11Feeds(dotnet11, dotnet11-transport, dotnet-eng, dotnet-libraries, dotnet-tools)11.0-previewNand11.0.1xx-previewN(using previewN format without dot)UnifiedBuildAkaMSDoNotCreateLinkPatternsPattern follows existing .NET 10 RC channel configurations.
To double check:
Original prompt
✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.