I have an Azure WebJobs and I need to update with the new version.
As it's something new for me and the company doesn't have much documentation of it, I needed to know better about it.
As I understand it I have a Console application which is an Azure WebJobs.
I also saw that there are some ways to update, but that we have been uploading the Azure WebJobs Console application files to update WebJobs in Azure.
About uploading the files, which ones should I upload?
Would they all be present in VisualStudioConsole\bin\Debug\ ?
Or do I need to upload just the .exe?
Thank you for your help