-
Notifications
You must be signed in to change notification settings - Fork 329
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
Fix duplicated files in folder content and contentFiles #658
base: master
Are you sure you want to change the base?
Conversation
Sorry for the delay. |
never mind, i'm now using my own version, it works. And i'm studying this project as well, i'm also trying to add some unit test. but i'm a new starter in C#, so forgive for my poor c# skills. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
https://stackoverflow.com/questions/47468941/prevent-duplicating-files-in-nuget-content-and-contentfiles-folders
Test NuGetPackage:
MongoDB.Libmongocrypt
.as far as i know, that a nuget package may have both
content
andcontentFiles
folder and the contain the same files.from now on, i change the code to omit
content
folder when it hascontentFiles
and it works for my package.And it fix my isuue #655
@JoC0de @GlitchEnzo ; Please help!!!