azurew website continuous deployment - Web Deploy cannot modify the file 'XXX' on the destination because it is locked by an external process

后端 未结 4 450
长发绾君心
长发绾君心 2020-12-11 01:56

I\'m running into the following error when trying to deploy an azure website via TFS continuous deployment.

I\'m using the TfvcContinousDeploymentTemplate.12.xaml bu

4条回答
  •  悲哀的现实
    2020-12-11 02:28

    If there is any automated option to do the below 3 steps, that should work.

    1. Stop app service
    2. Deploy code
    3. Start app service

提交回复
热议问题