i'm trying to package a deployment for Azure, but it is not packaging some files that are needed for the app to work properly. Those files are mostly PDFs and DOCXs.
If I go to the Package/Publish settings I have 3 options: 1. Only files needed to run this application. This is the default option which is excluding the PDFs and DOCXs. 2. All files in this project. This is including the missing files, but it is also including the code behind files (even though they are compiled). I do not want to include those files. 3. All files in this project folder. Haven't even tried this one because it will probably be worse than option 2.
My question is how do I set which extensions are actually needed to run this application?
