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

``` c# bau.MSBuild("build") .Do(exec => { exec.Path = "C:\foo\msbuild.exe"; }); ```

feature
up-for-grabs
plugin
ready

Some of them are wrong, e.g. > Bau.Test.Acceptance.Plugins.Exec.ExecutingACommandUsingFluentSyntax [01.01.01] Given a baufile with an exec task which uses the Exec extension method This is best done by reading the HTML...

up-for-grabs
docs
refactoring
ready

For executing node. For js lib specific plugins, see edge, which should be getting .NET -> JS interop some time soon.

feature
ready

Depends on https://github.com/scriptcs/scriptcs/issues/643 Log a deprecation warning if a script calls it.

feature
ready

Instead of: ``` C# .Task("pack").DependsOn("build") .Do(() => { foreach (var nuspec in nuspecs) { var exec = new ExecTask(); exec.Command = nugetCommand; exec.Args = new[] { "pack", nuspec, "-Version", version,...

feature
ready