vsts - Azure WebJob Publishing: Last in Wins -


so have setup automated deployment webapi has five webjobs.

but problem deploy web jobs five distinct build steps within vso build definition , after deployment successful don't have five webjobs deployed. have one webjob deployed, the last one.

this makes me think when doing azure web app deployment build step, getting erased before zip package deployed.


question

does know how can make deploying web job not erase previous web jobs (that in different folders anyway)?

i figured out. apparently there "do not delete" flag on azure deployment step. checking , making sure save (this still little awkward in vso) solves problem.


Comments

Popular posts from this blog

routing - AngularJS State management ->load multiple states in one page -

python - GRASS parser() error -

json - Gson().fromJson(jsonResult, Myobject.class) return values in 0's -