Currently, I have a configuration file located in the root folder of my project. For some reason, whenever I go to publish a project, it creates two instances of this configuration: one in my root folder and one in my bin folder. Why is this happening and how to change it so that it does not appear in my bin folder?
source
share