Create an execution pipeline step
- Last UpdatedApr 08, 2026
- 1 minute read
To create an execution pipeline step
- Create a new C# .NET Framework class library.
- Add references to the following files:
- %DeveloperEnvironment%\RealTime\lib\OASySDNA.RealTime.ExecutionPipelines.dll
- %DeveloperEnvironment%\RealTime\lib\OASySDNA.Common.dll
- %DeveloperEnvironment%\RealTime\lib\OASySDNA.RealTime.Data.Common.dll
- Using a relative path, set the project output path property to the silo bin folder.
- Do the following:
- Ensure the platform target is set to x64.
- Delete the debug build configurations from the project and solution.