private string GetMatchString()

in src/Artifacts/Tasks/Robocopy.cs [244:253]


        private string GetMatchString(IList<RobocopyMetadata> bucket)
        {
            string match = "*";
            if (bucket.Count == 1)
            {
                bucket[0].GetMatchString();
            }

            return match;
        }