The CloneFileProcessor.cs file uses DirectoryInfo and FileInfo APIs, which don't support paths longer than 260 characters. This limit is quickly reached specially when dealing with the "packages" folder in Nuget-managed repos. A possible fix would be to use alphaFS which mimics System.IO and supports longer paths. http://alphafs.codeplex.com/
The CloneFileProcessor.cs file uses DirectoryInfo and FileInfo APIs, which don't support paths longer than 260 characters.
This limit is quickly reached specially when dealing with the "packages" folder in Nuget-managed repos.
A possible fix would be to use alphaFS which mimics System.IO and supports longer paths. http://alphafs.codeplex.com/