How do I select all read-only files with msbuild?
- by Scott Langham
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.