开发者

MSBuild: How to exclude zero length files?

I use some task that works with files (Copy for examp开发者_开发技巧le), but I want to exclude all files that are empty (0 bytes length). Is there a syntax to do this?


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).

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜