Marko Zorec
Marko Zorec
Hi, We would like to ask for a review of the readme of [FlubuCore](https://github.com/flubu-core/flubu.core), a cross platform build and deployment automation system for building projects and executing deployment scripts using...
Similar as others configuration generation, TeamCity configuration generation should be added.
It requires that .Net Core sdk 2.X is installed. As Alternative FlubuCore global tool can be used instead. ``` Run dotnet flubu compile.linux It was not possible to find any...
Faq page will be added to https://flubucore.dotnetcore.xyz/ If anyone have a proposition about what to add to FAQ page please leave a comment in this issue.
Suggestion from @huanlin : > While fixing this bug, one idea popped up: > > The tasks configured with `DependsOnAsync` method are actually executed with `Task.Run`, which is arguably not...
Add support for Nerdbank.GitVersioning by adding new task to FlubuCore. https://github.com/dotnet/Nerdbank.GitVersioning
- Do not read build properties in ConfigurationTarget. - When executing flubu task in DO execute method must be called. If u have any other proposals add them in comment.
- support for multiple bindings - Unify mode name.
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...