Skip to content

Enable publishing for .NET 11 Preview 1-7 channels#16452

Merged
mmitche merged 6 commits intomainfrom
copilot/create-preview-channels-dotnet11
Jan 17, 2026
Merged

Enable publishing for .NET 11 Preview 1-7 channels#16452
mmitche merged 6 commits intomainfrom
copilot/create-preview-channels-dotnet11

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Jan 15, 2026

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

  • PublishingConstants.cs: Added 14 TargetChannelConfig entries
    • 7 runtime channels: .NET 11 Preview N (9581, 9583, 9585, 9587, 9589, 9591, 9593)
    • 7 SDK channels: .NET 11.0.1xx SDK Preview N (9582, 9584, 9586, 9588, 9590, 9592, 9594)
    • Uses DotNet11Feeds (dotnet11, dotnet11-transport, dotnet-eng, dotnet-libraries, dotnet-tools)
    • aka.ms paths: 11.0-previewN and 11.0.1xx-previewN (using previewN format without dot)
    • Public visibility with UnifiedBuildAkaMSDoNotCreateLinkPatterns

Pattern follows existing .NET 10 RC channel configurations.

To double check:

Original prompt

This section details on the original issue you should resolve

<issue_title>Create Preview channels + enable publishing for .NET 11 Preview 1-7</issue_title>
<issue_description>We need Preview channels created and publishing enabled for .NET 11 Preview 1 through Preview 7.

Request

Please create Preview channels and enable publishing for:

  • .NET 11 Preview 1
  • .NET 11 Preview 2
  • .NET 11 Preview 3
  • .NET 11 Preview 4
  • .NET 11 Preview 5
  • .NET 11 Preview 6
  • .NET 11 Preview 7

Acceptance criteria

  • Preview channels exist for each .NET 11 preview listed above (P1–P7)
  • Publishing is enabled/validated for each channel (packages/feeds as appropriate)
  • Document which channels were created (names/IDs) and confirm publishing status

Notes

If there is an existing standard naming convention for preview channels (e.g. 11.0.0-preview.N or similar), please follow that convention and note it in the resolution.</issue_description>

<agent_instructions>Enable publishing in PublishingConstants.cs</agent_instructions>

Comments on the Issue (you are @copilot in this section)

@mmitche Preview channels:
Successfully created new channel with name '.NET 11 Preview 1' and id 9581.
Successfully created new channel with name '.NET 11.0.1xx SDK Preview 1' and id 9582.
Successfully created new channel with name '.NET 11 Preview 2' and id 9583.
Successfully created new channel with name '.NET 11.0.1xx SDK Preview 2' and id 9584.
Successfully created new channel with name '.NET 11 Preview 3' and id 9585.
Successfully created new channel with name '.NET 11.0.1xx SDK Preview 3' and id 9586.
Successfully created new channel with name '.NET 11 Preview 4' and id 9587.
Successfully created new channel with name '.NET 11.0.1xx SDK Preview 4' and id 9588.
Successfully created new channel with name '.NET 11 Preview 5' and id 9589.
Successfully created new channel with name '.NET 11.0.1xx SDK Preview 5' and id 9590.
Successfully created new channel with name '.NET 11 Preview 6' and id 9591.
Successfully created new channel with name '.NET 11.0.1xx SDK Preview 6' and id 9592.
Successfully created new channel with name '.NET 11 Preview 7' and id 9593.
Successfully created new channel with name '.NET 11.0.1xx SDK Preview 7' and id 9594.
```</body></comment_new>
</comments>


✨ Let Copilot coding agent set things up for you — coding agent works faster and does higher quality work when set up for your repo.

Copilot AI and others added 3 commits January 15, 2026 18:39
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
Copilot AI requested a review from mmitche January 15, 2026 18:48
.gitignore Outdated
.env

# Nuget.exe downloaded during SDK installation
/.nuget/nuget.exe No newline at end of file
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.

@copilot Revert this file

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Reverted .gitignore changes in commit f97e7fe

Co-authored-by: mmitche <8725170+mmitche@users.noreply.github.com>
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.

@copilot For channel names, use the form "previewN" and not "preview.N"

Copy link
Copy Markdown
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 mmitche marked this pull request as ready for review January 15, 2026 19:25
@mmitche mmitche requested a review from a team January 15, 2026 19:25
@mmitche mmitche enabled auto-merge (squash) January 15, 2026 19:25
@mmitche mmitche merged commit b92cc5b into main Jan 17, 2026
9 checks passed
@mmitche mmitche deleted the copilot/create-preview-channels-dotnet11 branch January 17, 2026 09:56
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.

Create Preview channels + enable publishing for .NET 11 Preview 1-7

3 participants