-
-
Notifications
You must be signed in to change notification settings - Fork 101
Open
Labels
New pluginNew plugins for FlubuCoreNew plugins for FlubuCoregood first issuehas workaroundIssue has workaround. See Issue for workaround detailsIssue has workaround. See Issue for workaround detailshelp wanted
Milestone
Description
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."));
Metadata
Metadata
Assignees
Labels
New pluginNew plugins for FlubuCoreNew plugins for FlubuCoregood first issuehas workaroundIssue has workaround. See Issue for workaround detailsIssue has workaround. See Issue for workaround detailshelp wanted