You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 12, 2024. It is now read-only.
Add support for extending package metadata item
This allows arbitrary additional metadata to be added to the package metadata
item for other purpose.
Fixes https://github.com/NuGet/Home/issues/5387
Enable emitting the nuspec for troubleshooting purposes
Setting the $(EmitNuspec) will cause the creation of the nuspec
in the default location of `$(OutputPath)\$(PackageId).nuspec`,
unless overriden by an (SDK Pack compatible) `NuspecFile` property.