When deploying an application using the publish method, it does not deploy empty folders.I have created a sub-directory inside of my App_Data folder for error logging. When deploying an application, I would like the directory to exist, but I do not want to actually deploy any error logs.LogFiles is empty in my project (and should be empty upon initial deployment).App_Data -> LogFilesIf I place an "dummy" file in the directory, it will be pushed properly.
Product Language
Version
Operating System
Operating System Language
Steps to Reproduce
Actual Results
Expected Results
Please wait...