I am creating a NuGet package for consumption for all my uwp apps. I have done, but I am not sure, what files(Debug or Release) should I copy to target location in NuGet packaging for uwp apps? Since, in the documentation example by Microsoft, they use only debug files. why do they copy only the debug files? why not release files? What I learned/thought from my past is, I should deliver only the release contents/components to the clients. What should I do?
- Copy Debug files
- Copy Release files
- Copy Both (Debug & Release files, If so, how?)
I read similar questions here in StackOverflow, but I could not get answer to my scenario.