This public enumerated type defines the build steps used when reporting progress during a build.
Namespace: SandcastleBuilder.Utils.BuildEngineAssembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 1.9.7.0
Syntax
| C# |
|---|
[SerializableAttribute] public enum BuildStep |
| Visual Basic |
|---|
<SerializableAttribute> Public Enumeration BuildStep |
Members
| Member name | Value | Description | |
|---|---|---|---|
| None | 0 | The build has not yet started. | |
| Initializing | 1 | Initializing to prepare for build. | |
| ClearWorkFolder | 2 | The working folder is about to be created or cleared. | |
| ValidatingDocumentationSources | 3 | The documentation source information is being validated and copied to the build folder. | |
| GenerateSharedContent | 4 | The shared content files are being generated. | |
| GenerateApiFilter | 5 | Generate the API filter for MRefBuilder | |
| GenerateReflectionInfo | 6 | The reflection information is being generated by MRefBuilder. | |
| GenerateNamespaceSummaries | 7 | Namespace summary information is being generated. | |
| ApplyVisibilityProperties | 8 | The Visibility category properties are being applied to the reflection information file to remove unwanted items. | |
| GenerateInheritedDocumentation | 9 | All <inheritDoc /> tags are being expanded. | |
| TransformReflectionInfo | 10 | The reflection information is being transformed by XslTransform. | |
| ModifyHelpTopicFilenames | 11 | Help topic filenames are being altered. | |
| CopyStandardContent | 12 | The standard help file content (art, scripts, and styles) is being copied to the help project folder. | |
| CopyConceptualContent | 13 | The conceptual content files are being copied. | |
| CreateConceptualTopicConfigs | 14 | The conceptual content topic configuration files are being generated. | |
| CopyAdditionalContent | 15 | The additional content files are being copied to the help project folder. | |
| MergeTablesOfContents | 16 | The conceptual and additional content tables of contents are being merged. | |
| GenerateIntermediateTableOfContents | 17 | The intermediate table of contents is being generated by XslTransform. | |
| CreateBuildAssemblerConfigs | 18 | The sandcastle.configConceptual.configBuildAssembler files are being created. | |
| MergeCustomConfigs | 19 | Custom build component configurations are being merged into the sandcastle.config file. | |
| BuildConceptualTopics | 20 | Conceptual help file topics are being generated by BuildAssembler. | |
| BuildReferenceTopics | 21 | API reference help file topics are being generated by BuildAssembler. | |
| CombiningIntermediateTocFiles | 22 | The intermediate table of content files are being merged into a single file. | |
| ExtractingHtmlInfo | 23 | Title and keyword index information is being extracted for the HTML Help 1 TOC and index and/or website TOC. | |
| GenerateHelpFormatTableOfContents | 24 | The format-specific table of contents is being generated by XslTransform. | |
| GenerateHelpFileIndex | 25 | The help file index is being generated. | |
| GenerateHelpProject | 26 | The help project file is being generated. | |
| CompilingHelpFile | 27 | The help file project is being compiled. | |
| GenerateFullTextIndex | 28 | Generate full-text index for ASP.NET website search. | |
| CopyingWebsiteFiles | 29 | The website files are being copied to the output path. | |
| CleanIntermediates | 30 | The temporary help project files are being removed. | |
| Completed | 31 | The build has completed successfully. | |
| Canceled | 32 | The build was canceled by user request. | |
| Failed | 33 | The build failed with an unexpected error. |