Exclude files only in "release" in VS2008 config

Posted by Tom on Stack Overflow See other posts from Stack Overflow or by Tom
Published on 2010-05-06T06:27:11Z Indexed on 2010/05/06 7:18 UTC
Read the original article Hit count: 293

Hi Guys,

I was wondering how to "Exclude" individual files in the "release" web.csproj config of my solution. I've seen other answers and they all feature "include" - but this is not what I am wanting to achieve. I only want to exclude around 10-15 files from a "release" package ?

I don't want to manually edit the web.csproj file - so is there any way I can do this via web.config or ?

How would I go about doing this ?

© Stack Overflow or respective owner

Related posts about release

Related posts about release-management