问题 In VSTS Release, how do I stop all continuous webjobs and remove schedule from triggered webjobs for specific deployment slot? scenario: I have a asp.net core web application with bunch of webjobs. Some of them are scheduled, some are continuous. In VSTS Release I deploy the webjobs together with web app to App Service using Web Deploy. However, in staging environment I don't want to run the webjobs, since they would interfere with production (the share the same database, etc). I guess I