Exclude the obj directory when creating the Nuget packages. (#2277)

This commit is contained in:
jawelton74
2025-12-09 10:31:59 -08:00
committed by GitHub
parent a714ef02c0
commit 8c0e6da377

View File

@@ -19,6 +19,6 @@
</frameworkAssemblies>
</metadata>
<files>
<file src="**\*" target="content"/>
<file src="**\*" exclude="obj\**\*" target="content"/>
</files>
</package>