示例#1
0
        protected override void RunTool()
        {
            var tool = new YarnRunner(FileSystem, Environment, ProcessRunner, Tools);

            tool.RunScript(ScriptName, RunScriptSettings);
        }
示例#2
0
        protected override void RunTool()
        {
            var tool = new YarnRunner(FileSystem, Environment, ProcessRunner, Tools);

            tool.Pack(PackSettings);
        }
        protected override void RunTool()
        {
            var tool = new YarnRunner(FileSystem, Environment, ProcessRunner, Tools);

            tool.Cache(SubCommand, CacheSettings);
        }