I\'m trying to deploy a scheduled webjob
through CI and vNext
tasks in VSO
.
I followed the steps in the following tutorial to
You can use the cron expression to create the webjob scheduler if your app is running in Basic or High mode. Refer to this link for details: Create a scheduled WebJob using a CRON expression
Otherwise, you need to enable continues delivery of Azure Webjobs.
More reference: Deploy your WebJobs projects with your Azure website using continuous delivery