ando 0.9.143

dotnet tool install --global ando --version 0.9.143
                    
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
                    
if you are setting up this repo
dotnet tool install --local ando --version 0.9.143
                    
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ando&version=0.9.143
                    
nuke :add-package ando --version 0.9.143
                    

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

Product Compatible and additional computed target framework versions.
.NET net9.0 is compatible.  net9.0-android was computed.  net9.0-browser was computed.  net9.0-ios was computed.  net9.0-maccatalyst was computed.  net9.0-macos was computed.  net9.0-tvos was computed.  net9.0-windows was computed.  net10.0 was computed.  net10.0-android was computed.  net10.0-browser was computed.  net10.0-ios was computed.  net10.0-maccatalyst was computed.  net10.0-macos was computed.  net10.0-tvos was computed.  net10.0-windows was computed. 
Compatible target framework(s)
Included target framework(s) (in package)
Learn more about Target Frameworks and .NET Standard.

This package has no dependencies.

Version Downloads Last Updated
0.9.143 86 6/5/2026
0.9.142 83 6/5/2026
0.9.141 84 6/5/2026
0.9.140 78 6/5/2026
0.9.139 92 6/2/2026
0.9.138 134 3/25/2026
0.9.137 106 3/25/2026
0.9.136 125 2/20/2026
0.9.135 110 2/20/2026
0.9.134 110 2/20/2026
0.9.133 114 2/20/2026
0.9.132 115 2/20/2026
0.9.131 114 2/20/2026
0.9.130 109 2/20/2026
0.9.129 112 2/20/2026
0.9.128 116 2/20/2026
0.9.127 114 2/20/2026
0.9.126 121 2/20/2026
0.9.118 126 2/19/2026
0.9.117 99 2/19/2026
Loading failed