If I specify a content folder in project.json that doesn't contain any files ...
"content": [
"Views",
"wwwroot",
"logs"
],
(logs in this case is an empty folder) ... the published output doesn't include the folder ...

If I put a file in the logs folder (test.txt in this case), it publishes the folder ...

I don't think it should work that way. If I specify an empty content folder (or a series of nested empty folders), then I should get folders in the published output that match what I'm requesting.
If I specify a
contentfolder inproject.jsonthat doesn't contain any files ...(
logsin this case is an empty folder) ... the published output doesn't include the folder ...If I put a file in the
logsfolder (test.txtin this case), it publishes the folder ...I don't think it should work that way. If I specify an empty
contentfolder (or a series of nested empty folders), then I should get folders in the published output that match what I'm requesting.