Skip to content

Fix Include Symbols when using dotnet pack with nuspec file (#55252) - #55824

Merged
baronfel merged 2 commits into
dotnet:mainfrom
egortech:DotnetPackSymbolNuGet
Aug 18, 2026
Merged

Fix Include Symbols when using dotnet pack with nuspec file (#55252)#55824
baronfel merged 2 commits into
dotnet:mainfrom
egortech:DotnetPackSymbolNuGet

Conversation

@egortech

Copy link
Copy Markdown
Contributor

Fixes: #55252
Related: NuGet/Home#14903

This is one liner fix. If you want I can continue in this PR or open another, where I also add new argument that can pass symbol format to dotnet pack command

@egortech
egortech requested a review from a team as a code owner August 18, 2026 06:59
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
2 pipeline(s) were filtered out due to trigger conditions.
There may be pipelines that require an authorized user to comment /azp run to run.

@baronfel baronfel left a comment

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 LGTM - if we want this in 11 we'll need to run a backport to the RC1 branch once this merges. @zivkan any concerns with it?

@baronfel
baronfel merged commit c4164b6 into dotnet:main Aug 18, 2026
21 checks passed
@baronfel

Copy link
Copy Markdown
Member

/backport to release/11.0.1xx-rc1

@baronfel

Copy link
Copy Markdown
Member

/backport to release/11.0.1xx

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/11.0.1xx-rc1 (link to workflow run)

@github-actions

Copy link
Copy Markdown
Contributor

Started backporting to release/11.0.1xx (link to workflow run)

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.

dotnet pack <nuspec> provides no way to disable default excludes (no NoDefaultExcludes equivalent)

2 participants