bau icon indicating copy to clipboard operation
bau copied to clipboard

Base type for external command tasks

Open adamralph opened this issue 11 years ago • 0 comments

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

adamralph avatar Dec 01 '14 10:12 adamralph