How do I stop Visual Studio's 'Publish Web Site' from publishing my _ReSharper folder?

前端 未结 2 641
有刺的猬
有刺的猬 2021-01-22 16:18

It\'s really quite annoying as they are not part of the project.

相关标签:
2条回答
  • 2021-01-22 16:49

    I know this is really old, but maybe someone else will be helped with my reply.

    I found the solution here: http://www.meadow.se/wordpress/?p=137

    Basically, add these lines to the bottom of your web deployment project file above the tab.

    Just put your folder or file in there too and it will not be copied over.

    0 讨论(0)
  • 2021-01-22 16:54

    The Visual Studio Web Deployment addin lets you exclude folders and more. VS2005 VS2008

    Also a decent writeup on the Web Deployment addin

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