dotnet/msbuild
在 GitHub 查看Add a parameter to the MSBuild Copy task for recursive copying
Open
#334 创建于 2015年11月5日
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.