How do I select all read-only files with msbuild?

Posted by Scott Langham on Stack Overflow See other posts from Stack Overflow or by Scott Langham
Published on 2010-03-12T11:24:44Z Indexed on 2010/03/12 11:27 UTC
Read the original article Hit count: 137

Filed under:

Hi,

I'm trying to write an MsBuild script to zip some files up. I need to select all of the read-only files recursively from a folder into an ItemGroup to add to the zip.

Is there anything around to do this out of the box, or do I need to write a custom task?

Thanks for you help.

© Stack Overflow or respective owner

Related posts about msbuild