bau icon indicating copy to clipboard operation
bau copied to clipboard

The C# task runner

Results 54 bau issues
Sort by recently updated
recently updated
newest added

Should be as easy as copying bau.bat from the repo root into a `tools` subfolder of the `Bau` project and marking it as 'Copy Always`. The NuGet pack command should...

feature
up-for-grabs
ready

I just found this project while searching for a [Gradle](http://gradle.org/)-like build system for .NET. I can see Bau being the foundation for such a system. However, a major feature of...

discussion
contribution

Progress toward #151. Tested on OS X. There are two tests still failing, both because ScriptCS is not reporting a failure exit code when compilation fails. I have reported that...

One of the things that Gradle and Maven both do well that few others do is multi-project builds. Tasks like "compile", "test", and "pack" are defined per project rather than...

feature

ScriptCS is a great way for developers who primarily use C# to easily create a minimal build script using a familiar syntax. And Bau has done a great job with...

feature

The Scrawl IDE can provide specialized colors and icons for files named baufile.csx. By default they will get the default ScriptCS icon with a purple tab accent due to that...

docs

The Exec task has `ShellExecute = false` for reasons which are understood but because of this I am unable to execute programs that are located on the system path. Is...

feature
plugin

The BauNuGet plugin currently needs the ability to locate the nuget.exe executable within the packages folder. Recently while working with FluentMigrator I also needed to locate another executable within a...

feature