bau
bau copied to clipboard
Base type for external command tasks
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