Skip to content

Latest commit

 

History

History
executable file
·
44 lines (29 loc) · 1.13 KB

File metadata and controls

executable file
·
44 lines (29 loc) · 1.13 KB

ANDO

Build and deployment scripts in plain C# with full IDE support, type safety, and IntelliSense. Scripts run in isolated Docker containers for reproducible builds.

Website GitHub

Quick Start

dotnet tool install -g ando

Create build.csando:

var project = Dotnet.Project("./src/MyApp/MyApp.csproj");

Dotnet.Restore(project);
Dotnet.Build(project);
Dotnet.Test(project);

Run it:

ando

Documentation

Source Code

License

No'Saasy License