Azure WebJobs Deployment with Continuous Integration on Visual Studio Online

后端 未结 2 1627
遥遥无期
遥遥无期 2021-02-01 06:27

Friends,

I am trying to setup Continuous Integration with Azure WebJobs. I have a Web and a WebJobs project in the solution. I have continuous integration and deployment

相关标签:
2条回答
  • 2021-02-01 07:09

    The WTE team is aware of the TFS publishing issues. I've been personally working on developing a workaround with which I'm comfortable but haven't finalized it yet. My team is working on an improvement to the WebJobs publishing experience from VSO. This item is absolutely on our agenda to repair, and will be included in the next VS update. In the meantime I'm trying to come up with a workaround for the time being; once that workaround is prescriptive enough to post, I'll write a post summarizing the process on our team blog.

    0 讨论(0)
  • 2021-02-01 07:09

    This looks like the way to do it with VSTS

    https://blogs.msdn.microsoft.com/tfssetup/2016/05/18/deploying-and-schedule-azure-webjobs-from-vsts-to-azure-web-app-with-bonus-cron-scheduling/

    Basically,

    1. Use VS to link your web job to a web app.
    2. Create a new Buildtask that uploads the WebJob.zip file.
    3. Profit.
    0 讨论(0)
提交回复
热议问题