dotnet/msbuild
Ver no GitHubAdd a parameter to the MSBuild Copy task for recursive copying
Open
#334 aberto em 5 de nov. de 2015
help wantedtriaged
Métricas do repositório
- Stars
- (5.062 stars)
- Métricas de merge de PR
- (Mesclagem média 11d 7h) (125 fundiu PRs em 30d)
Description
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.