Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

MsDeploy / WebDeploy plugin #145

Open
mzorec opened this issue Jul 14, 2018 · 0 comments
Open

MsDeploy / WebDeploy plugin #145

mzorec opened this issue Jul 14, 2018 · 0 comments
Labels
good first issue has workaround Issue has workaround. See Issue for workaround details help wanted New plugin New plugins for FlubuCore
Milestone

Comments

@mzorec
Copy link
Collaborator

mzorec commented Jul 14, 2018

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 mzorec added help wanted New plugin New plugins for FlubuCore labels Jul 14, 2018
@mzorec mzorec added has workaround Issue has workaround. See Issue for workaround details good first issue labels Aug 15, 2018
@mzorec mzorec added this to the 2.12 milestone Sep 12, 2018
@mzorec mzorec changed the title MsDeploy plugin MsDeploy / WebDeploy plugin Sep 17, 2018
@mzorec mzorec removed this from the 2.12 milestone Sep 24, 2018
@mzorec mzorec added this to the Backlog milestone Apr 6, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
good first issue has workaround Issue has workaround. See Issue for workaround details help wanted New plugin New plugins for FlubuCore
Projects
None yet
Development

No branches or pull requests

1 participant