How do I keep MSDeploy from deleting extra folders in my project?

前端 未结 1 1928
面向向阳花
面向向阳花 2020-12-15 16:21

I am using the MSBuild runner in Team city to build and deploy my project to a staging environment. Everything works perfectly except for the fact that it keeps removing my

相关标签:
1条回答
  • 2020-12-15 17:07

    Found the answer!

    All you need to do is add the following property to the Properties attribute:

    SkipExtraFilesOnServer=True;

    0 讨论(0)
提交回复
热议问题