I\'m having some issues deploying an Azure WebJob using Visual Studio Team Services (VSTS).
The WebJob seems to be deployed successfully but it breaks the A
Refer to these ways to deploy webjob to azure:
/p:DeployOnBuild=true /p:WebPublishMethod=FileSystem /p:publishUrl="$(build.artifactstagingdirectory)\\WebJob" /p:DeployDefaultTarget=WebPublish
)$(System.DefaultWorkingDirectory)/WebJobVnext/drop/WebJob
); Contents:bin
)$(System.DefaultWorkingDirectory)/[artifact name] /drop/WebJob
)