Exemplo n.º 1
0
 public override IEnumerable <string> GetTargetFilePaths()
 {
     return(TargetFiles.Select(f => Collection.GetRegistryFilePath(f)));
 }
Exemplo n.º 2
0
        public async Task <bool> StartAsync()
        {
            var files = TargetFiles.Select(x => x.File);

            return(await runner.RunAsync(files, OutputFile, Setting));
        }