FlubuCore icon indicating copy to clipboard operation
FlubuCore copied to clipboard

MsDeploy / WebDeploy plugin

Open mzorec opened this issue 7 years ago • 0 comments

Task should inherit from ExternalProcessTaskBase. It should be implemented in a similar way as for example SqlCmdTask

We should discuss if tasks should be implmented as plugin or added directly to FlubuCore.

Until plugin is not implemented RunProgramTask can be used instead.

      context.CreateTarget("MsDeploy")
            .AddTask(x => x.RunProgramTask("MsDeploy.Exe")
                .WithArguments("Put desired args here."));

mzorec avatar Jul 14 '18 12:07 mzorec