Visual Studio Team Services, continuous deployment and WebJobs

自古美人都是妖i 提交于 2019-12-06 05:54:33

问题


Has anyone managed so set up a working deploy pipeline using Visual Studio Team Services RELEASE tasks? All the info I can find seem to be based on the Nuget publishing package which takes its parameters directly from the source. I am trying to get this working in the proper release workflow with multiple environments, dev to QA to prod pipeline etc.

The tooling does not seem to be in place for that scenario - or at least, I cannot figure out any combination of parameter where the powershell publish task in VSTS actually populates the app_data folder and sets up the schedule.

Frankly I am completely stumped.


回答1:


You can use "Azure Web App Deployment" task to deploy your WebJobs and use CRON expression to set up the schedule.

A similar questions for your reference: How to deploy a webjob through CI in VSO with vNext



来源:https://stackoverflow.com/questions/37421734/visual-studio-team-services-continuous-deployment-and-webjobs

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!