I am trying to deploy Webjobs(4 of them) to App service, but while deploying them I am getting error -
2017-12-11T11:44:09 ==============================================================================
2017-12-11T11:44:10 Got connection details for Azure App
Service:'**********'
2017-12-11T11:44:10 ##[error]Error: More than one package
matched with specified pattern. Please restrain the search
pattern.
2017-12-11T11:44:13 Successfully updated deployment History
at ***********
2017-12-11T11:44:13 ##[section]Finishing: Deploy Azure Webjob
Below is the configuration screen :-
Any idea how can I deploy all webjobs from single task instead of making multiple tasks?