Deploy Azure WebJob using VSTS

前端 未结 3 2064
醉话见心
醉话见心 2020-12-09 06:06

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

3条回答
  •  谎友^
    谎友^ (楼主)
    2020-12-09 06:46

    I've had issue with this particular problem as well.

    The latest method I found is using Web Deploy Operation Settings , -skip:Directory= (in this case it would be -skip:Directory='\\bin') when you create your azure deploy task in the release definition (Additional arguments). I've seen that this indeed excludes the bin folder from the update actions (result).

    Let me know if this helps you in any way.

提交回复
热议问题