Table of Contents

Namespace Ando.Scripting

Classes

BuildContext

Container for all build state and operations used during script execution. Created by ScriptHost and used throughout the build lifecycle.

BuildOperations

Container for all build operation instances. Provides access to all operation classes (Dotnet, Npm, Azure, etc.) that build scripts use to register build steps.

ScriptGlobals

Global variables exposed to build.csando scripts. All properties are accessible as globals in script code.

ScriptHost

Roslyn-based script host for loading and executing build.csando files. Scripts are C# code that registers build steps for later execution.