Skip to content

Remove publishing opt-out for nuget assets #47708

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Mar 19, 2025

Conversation

mmitche
Copy link
Member

@mmitche mmitche commented Mar 18, 2025

NuGet assets now produce a properly build-varying version in official builds.

NuGet assets now produce a properly build-varying version in official builds.
@Copilot Copilot AI review requested due to automatic review settings March 18, 2025 23:34
@mmitche mmitche requested review from a team as code owners March 18, 2025 23:34
@ghost ghost added Area-Infrastructure untriaged Request triage from a team member labels Mar 18, 2025
Copy link
Contributor

@Copilot Copilot AI left a comment

Choose a reason for hiding this comment

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

Pull Request Overview

This PR removes the legacy nuget assets publishing opt-out behavior as part of ensuring NuGet assets produce proper build-varying versions in official builds.

  • Removed exclusion logic for nuget-client assets.
  • Cleaned up outdated comments referencing excluded NuGet assets.
Comments suppressed due to low confidence (1)

src/SourceBuild/content/eng/tools/tasks/Microsoft.DotNet.UnifiedBuild.Tasks/ManifestAssets/JoinVerticalsAssetSelector.cs:47

  • Ensure the removal of the nuget-client exclusion logic is properly covered by updated tests so that unintended nuget asset inclusion issues are caught.
StringComparer.OrdinalIgnoreCase.Equals(assetVerticalMatch.AssetId, "Microsoft.NET.Sdk.Aspire.Manifest-8.0.100") ||

@mmitche mmitche enabled auto-merge (squash) March 18, 2025 23:49
@mmitche mmitche disabled auto-merge March 19, 2025 17:02
@mmitche mmitche merged commit b50278b into dotnet:main Mar 19, 2025
37 of 40 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Area-Infrastructure untriaged Request triage from a team member
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants