How can I include the sources (for later Remote Debugging) when publishing for an Azure Function. I was looking for an option for the .pubxml file. I did not see any option in the GUI itself. I tried with
<IncludeSourceFilesProjectOutputGroup>Copy if Newer</IncludeSourceFilesProjectOutputGroup>
But nothing changed in the Cloud Explorer. I could not see the source files and therefore not attach the debugger.