dotnet/msbuild

Add a parameter to the MSBuild Copy task for recursive copying

Open

#334 aperta il 5 nov 2015

Vedi su GitHub
 (2 commenti) (0 reazioni) (0 assegnatari)C# (1364 fork)batch import
help wantedtriaged

Metriche repository

Star
 (5062 star)
Metriche merge PR
 (Merge medio 11g 7h) (125 PR mergiate in 30 g)

Descrizione

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.

Guida contributor