Adam Ralph

Results 135 issues of Adam Ralph

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

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

From https://jabbr.net/#/rooms/scriptcs in response to @nblumhardt > - it's something I've been thinking about a lot, and there's been a twitter conversation about it today > - the aim of...

feature
spike

E.g. A and B depend on C, C depends on D. I reset D and that walks _up_ the dependency graph and resets all the other tasks. ``` A B...

feature