Is it possible to exclude specific files or folders from \"Build Deployment Package\" function in VS 2010?
In VS 2008 it was possible with Web Deployment package, un
I need to exclude some files also, I want to remove assemblies .xml files from the deploy (I don't need them on the server), I couldn't find anything on the web so I decide to look for it on my own.
After digging into the msbuild of the MsPublish I found it, you need to setup the following in your project (edit manualy the .csproj):