dotnetcore / dotnetcore/FlubuCore

MsDeploy / WebDeploy plugin

Open
#145 0 comments 0 reactions 0 assignees View on GitHub
good first issue has workaround help wanted New plugin
Dominant language
C#
Stars
937
Forks
99
PR merge metrics
No merged PRs in 30d

Description

Task should inherit from [ExternalProcessTaskBase](https://github.com/flubu-core/flubu.core/blob/master/FlubuCore/Tasks/Process/ExternalProcessTaskBase.cs). It should be implemented in a similar way as for example [SqlCmdTask](https://github.com/flubu-core/flubu.core/blob/master/FlubuCore/Tasks/MsSql/SqlCmdTask.cs)

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."));

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.