mirror of
https://github.com/Azure/cosmos-explorer.git
synced 2025-12-18 16:31:31 +00:00
Exclude the obj directory when creating the Nuget packages. (#2277)
This commit is contained in:
@@ -19,6 +19,6 @@
|
||||
</frameworkAssemblies>
|
||||
</metadata>
|
||||
<files>
|
||||
<file src="**\*" target="content"/>
|
||||
<file src="**\*" exclude="obj\**\*" target="content"/>
|
||||
</files>
|
||||
</package>
|
||||
Reference in New Issue
Block a user