ando 0.9.136
dotnet tool install --global ando --version 0.9.136
This package contains a .NET tool you can call from the shell/command line.
dotnet new tool-manifest
dotnet tool install --local ando --version 0.9.136
This package contains a .NET tool you can call from the shell/command line.
#tool dotnet:?package=ando&version=0.9.136
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
nuke :add-package ando --version 0.9.136
The NuGet Team does not provide support for this client. Please contact its maintainers for support.
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.
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
- Website: andobuild.com
- CLI Reference: andobuild.com/cli
- Hooks: andobuild.com/hooks
- Examples: andobuild.com/examples
- LLM Reference: andobuild.com/llms.txt
Source Code
- GitHub: github.com/aduggleby/ando
License
| Product | Versions 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.136 | 86 | 2/20/2026 |
| 0.9.135 | 82 | 2/20/2026 |
| 0.9.134 | 88 | 2/20/2026 |
| 0.9.133 | 85 | 2/20/2026 |
| 0.9.132 | 86 | 2/20/2026 |
| 0.9.131 | 82 | 2/20/2026 |
| 0.9.130 | 83 | 2/20/2026 |
| 0.9.129 | 83 | 2/20/2026 |
| 0.9.128 | 93 | 2/20/2026 |
| 0.9.127 | 84 | 2/20/2026 |
| 0.9.126 | 95 | 2/20/2026 |
| 0.9.118 | 88 | 2/19/2026 |
| 0.9.117 | 83 | 2/19/2026 |
| 0.9.116 | 85 | 2/19/2026 |
| 0.9.115 | 82 | 2/19/2026 |
| 0.9.114 | 85 | 2/19/2026 |
| 0.9.113 | 79 | 2/19/2026 |
| 0.9.112 | 86 | 2/19/2026 |
| 0.9.111 | 89 | 2/19/2026 |
| 0.9.110 | 87 | 2/18/2026 |
Loading failed