I have a couple of confusions:
I published an ASP.NET Core project and I do not see launchsettings.json in bin\Release\PublishOutput. If I use Octopus, how do I configure attributes based on server type?
Is it possible to move launchsettings.json to the root folder instead of under properties?
If I want to use only one json like appsettings.json, can I merge both in the root folder?
Can web.config be used instead of launchsettings.json, and how?