dotnet/msbuild

Add a parameter to the MSBuild Copy task for recursive copying

Open

#334 建立於 2015年11月5日

在 GitHub 查看
 (2 留言) (0 反應) (0 負責人)C# (1,364 fork)batch import
help wantedtriaged

倉庫指標

Star
 (5,062 star)
PR 合併指標
 (平均合併 11天 7小時) (30 天內合併 125 個 PR)

描述

Currently one has to use this idiom (http://blogs.msdn.com/b/msbuild/archive/2005/11/07/490068.aspx) to recursively copy. Without resorting to invoking robocopy or other platform specific commands.

The Copy task should have a RecursiveCopy parameter to enable this behaviour.

貢獻者指南