To install Inedo.ExecutionEngine from the command line, run the following command:
nuget install Inedo.ExecutionEngine -Version 100.1.1-ci.12 -Source https://proget.inedo.com/nuget/NuGetLibraries/v3/index.json
To install Inedo.ExecutionEngine from the Package Manager Console within Visual Studio, run the following command:
Install-Package Inedo.ExecutionEngine -Version 100.1.1-ci.12 -Source https://proget.inedo.com/nuget/NuGetLibraries/v3/index.json
For projects that support PackageReference, copy this XML node into the project file to reference the package.
<PackageReference Include="Inedo.ExecutionEngine" Version="100.1.1-ci.12" />
Contains the OtterScript runtime and related logic.