I have an application that I am doing a publish on. It has a \data folder that contains a bunch of files. For some reason it is building the /data folder AND also putting that same data folder into the bin directory. What could cause this? Under each
file under their properties I have Build Action set to 'Action' and Copy to Output Directory (which I assume is \data on the root) set to 'Copy Always' If I do not have this set whenever I Publish out it will not add any of the new files I've added. So I
need to find out what causes it to build and publish to my bin folder as well when I just wanted root\data to publish to the root and not the bin as well
Go to the complete details ...