Skip to content

V11#558

Open
joeloff wants to merge 2 commits into
dotnet:mainfrom
joeloff:v11
Open

V11#558
joeloff wants to merge 2 commits into
dotnet:mainfrom
joeloff:v11

Conversation

@joeloff
Copy link
Copy Markdown
Member

@joeloff joeloff commented May 14, 2026

Fix the versioning for Microsoft.Deployment.DotNet.Releases. Currently, active release branches are all producing some form of a 2.0.0 prerelease package, none of which ship on NuGet. This is causing problems for the VMR when some 2.0.0 packages land on the wrong feed.

Starting with 10.0 and 11.0, we'll produce versioned packages that will flow to the SDK and into other products like Visual Studio (this happens as part of the template locator from the SDK that's inserted into Visual Studio).

@joeloff joeloff requested a review from a team as a code owner May 14, 2026 07:22
Comment thread eng/Publishing.props
<PropertyGroup>
<!-- This avoids creating VS.*.symbols.nupkg packages that are identical to the original package. -->
<AutoGenerateSymbolPackages>false</AutoGenerateSymbolPackages>
<ProducesDotNetReleaseShippingAssets>true</ProducesDotNetReleaseShippingAssets>
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.

This will affect all packages being produced. Is it possible to fine-tune the list of what gets published to nuget.org?

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

Can't we just turn off "shipping" for the rest or do we want shipping packages that don't go to nuget.

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