Skip to content

Fix stable publishing issue#3711

Merged
mmitche merged 1 commit intodotnet:release/10.0.1xxfrom
mmitche:fix-3706
Dec 5, 2025
Merged

Fix stable publishing issue#3711
mmitche merged 1 commit intodotnet:release/10.0.1xxfrom
mmitche:fix-3706

Conversation

@mmitche
Copy link
Member

@mmitche mmitche commented Dec 5, 2025

When #3668 went it, it removed DotNetFinalVersionKind from being set at the root level of the VMR. This unintentionally was causing the VMR publishing process to mark all shipping assets as CouldBeStable=true when DotNetFinalVersionKind=release, rather than using the values that were coming from the repos. The fix here is to not set PublishingVersion at the repo level. This will cause VMR builds to use V4 publishing for the repo builds, which will set CouldBeStable appropriately. Only winforms and wpf were manually setting this.

When dotnet#3668 went it, it removed DotNetFinalVersionKind from being set at the root level of the VMR. This unintentionally was causing the VMR publishing process to mark all shipping assets as CouldBeStable=true when DotNetFinalVersionKind=release, rather than using the values that were coming from the repos. The fix here is to not set PublishingVersion at the repo level. This will cause VMR builds to use V4 publishing for the repo builds, which will set CouldBeStable appropriately. Only winforms and wpf were manually setting this.
@mmitche
Copy link
Member Author

mmitche commented Dec 5, 2025

Resolves #3706

@dotnet-policy-service dotnet-policy-service bot requested review from a team December 5, 2025 19:52
@mmitche mmitche enabled auto-merge (squash) December 5, 2025 20:05
@dotnet-policy-service dotnet-policy-service bot requested a review from a team December 5, 2025 20:05
@mmitche mmitche merged commit efacbee into dotnet:release/10.0.1xx Dec 5, 2025
10 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

4 participants