Marko Zorec

Results 24 issues of 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.

enhancement
help wanted

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...

External bug

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.

Documentation

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...

Proposal
Discussion needed
Documentation

Add support for Nerdbank.GitVersioning by adding new task to FlubuCore. https://github.com/dotnet/Nerdbank.GitVersioning

Discussion needed
New task

- 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.

enhancement
help wanted

- support for multiple bindings - Unify mode name.

enhancement
has workaround

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...

help wanted
good first issue
New plugin
has workaround