예제 #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);
        }
예제 #3
0
        protected override void RunTool()
        {
            var tool = new YarnRunner(FileSystem, Environment, ProcessRunner, Tools);

            tool.Cache(SubCommand, CacheSettings);
        }