adamralph / bau

The C# task runner
MIT License
152 stars 17 forks source link

Base type for external command tasks #185

Open adamralph opened 9 years ago

adamralph commented 9 years ago

Providing

.Use(string exe)    // for overriding the exe path
.In(string workingDirectory)
.With(string args) // future proofing for new args, until we add them to the API

as discussed in https://github.com/bau-build/bau-nuget/issues/31