Adam Ralph
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...
For executing node. For js lib specific plugins, see edge, which should be getting .NET -> JS interop some time soon.
Depends on https://github.com/scriptcs/scriptcs/issues/643 Log a deprecation warning if a script calls it.
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,...
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...
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...
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...