Avoid deleting folder on Web Publish

后端 未结 2 1135
粉色の甜心
粉色の甜心 2021-02-07 03:20

I\'m deploying my application to an Azure Website. I\'ve configured the Publishing Profile succesfuly and setup tfspreview.com to publish automatically using continuous integrat

2条回答
  •  粉色の甜心
    2021-02-07 04:05

    Looking over the question you are linking to and the code you have supplied above, it seems that you need to change the line:

    ErrorLog
    

    to

    media
    

    as this refers to the folder you do not want to delete. ErrorLog was the folder the other question's author did not want to delete.

提交回复
热议问题