dotnet/msbuild

Add a parameter to the MSBuild Copy task for recursive copying

Open

#334 opened on 2015年11月5日

GitHub で見る
 (2 comments) (0 reactions) (0 assignees)C# (1,364 forks)batch import
help wantedtriaged

Repository metrics

Stars
 (5,062 stars)
PR merge metrics
 (平均マージ 11d 7h) (30d で 125 merged PRs)

説明

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.

コントリビューターガイド