I use some task that works with files (Copy for example), but I want to exclude all files that are empty (0 bytes length). Is there a syntax to do this?
+1
A:
You will have yo write a custom task for this. If you are using MSBuild 4, then you can also create an Inline Task (http://msdn.microsoft.com/en-us/library/dd722601.aspx).
Sayed Ibrahim Hashimi
2010-07-08 15:07:31
Thanks, looks interesting
Kamarey
2010-07-10 09:36:08