Exemplo n.º 1
0
 public static IEnumerable <FilePath> GetArtifacts(this ICakeContext context, string glob)
 {
     return(context.GetFiles($"{context.Artifacts()}/{glob}"));
 }