public string GetMatchString()

in src/Artifacts/Tasks/RobocopyMetadata.cs [160:165]


        public string GetMatchString()
        {
            return FileMatches.Length + FileWildcardMatches.Length == 1
                ? FileMatches.Length == 1 ? FileMatches[0] : FileWildcardMatches[0]
                : "*";
        }