From 889d41e8eee234303f21e9d1fb165f18cd7e2059 Mon Sep 17 00:00:00 2001 From: Geoffrey Huntley Date: Fri, 24 Jun 2016 11:18:08 +1000 Subject: [PATCH] clarified that CopyDirectory is a recursive operation --- src/Cake.Common/IO/DirectoryAliases.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Cake.Common/IO/DirectoryAliases.cs b/src/Cake.Common/IO/DirectoryAliases.cs index 59152a02f8..45806cbf26 100644 --- a/src/Cake.Common/IO/DirectoryAliases.cs +++ b/src/Cake.Common/IO/DirectoryAliases.cs @@ -310,7 +310,7 @@ public static void EnsureDirectoryExists(this ICakeContext context, DirectoryPat } /// - /// Copies the contents of a directory to the specified location. + /// Copies the contents of a directory, including subdirectories to the specified location. /// /// ///