8 packages
returned for Tags:"rake"
RakeDotNet is a set of rake tasks that help wean yourself of the Visual Studio IDE
The C# task runner.
Require<Bau>().Do(() => Console.WriteLine("Hello World!")).Run();
A Bau task plugin for executing arbitrary commands.
Require<Bau>().Exec().Do(exec => exec.Run("foo.exe")).Run();
A Bau task plugin for running MSBuild.
Require<Bau>().MSBuild().Run();
A Bau task plugin for running xUnit.net tests.
Require<Bau>().Xunit().Do(xunit => xunit.UseExe("xunit.console.clr4.exe").RunAssemblies("Tests.dll")).Run();
A Bau task plugin for running NuGet.
CSBuild is a .NET library which helps create build scripts with normal .NET console applications.
NOTE: This is a temporary stand-in for Bau.Xunit during the NuGet Casing-gate affair - see http://adamralph.com/2015/03/04/nuget-gallery-casing-woes/
A Bau task plugin for running xUnit.net tests.
Require<Bau>().Xunit().Do(xunit =>...
More information