| ICompile | A build which compiles code. |
| ICreateDocFX | A build which outputs DocFX documentation. |
| ICreateDocs | A build which outputs documentation. |
| ICreateDotNetTemplates | A build which creates .NET templates. |
| ICreateDoxygen | A build which outputs Doxygen documentation. |
| IHasArtifacts | A build which outputs artifacts. |
| IHasConfiguration | A build which has a configuration. |
| IHasGitVersion | A build which has a Git version. |
| IHasPlatform | A build which has a platform. |
| IHasSolution | A build which has a solution. |
| IHasTargetFramework | A build which has a target .NET framework. |
| ILint | A build which lints code. |
| IListOutdatedPackages | A build which lists outdated dependencies. |
| IPack | A build which creates NuGet packages. |
| IPublish | A build which publishes binaries. |
| IReportCoverage | A build which reports test coverage. |
| IRestore | A build which restores dependencies. |
| ITest | A build which runs tests. |
| ITestDotNetTemplates | A build which tests .NET templates. |
| IUpdatePackages | A build which updates outdated dependencies. |