Click or drag to resize
Sandcastle Help File BuilderBuildStep Enumeration
This public enumerated type defines the build steps used when reporting progress during a build.

Namespace: SandcastleBuilder.Utils.BuildEngine
Assembly: SandcastleBuilder.Utils (in SandcastleBuilder.Utils.dll) Version: 2014.11.22.0
Syntax
[SerializableAttribute]
public enum BuildStep
Members
  Member nameValueDescription
None0The build has not yet started.
Initializing1Initializing to prepare for build.
ClearWorkFolder2The working folder is about to be created or cleared.
ValidatingDocumentationSources3The documentation source information is being validated and copied to the build folder.
GenerateSharedContent4The shared content files are being generated.
GenerateApiFilter5Generate the API filter for MRefBuilder
GenerateReflectionInfo6The reflection information is being generated by MRefBuilder.
TransformReflectionInfo7The reflection information is being transformed by XslTransform based on the presentation style's document model and the topic manifest is being generated.
GenerateNamespaceSummaries8Namespace summary information is being generated.
GenerateInheritedDocumentation9All <inheritDoc /> tags are being expanded.
CopyConceptualContent10The conceptual content files are being copied to the working and output folders.
CreateConceptualTopicConfigs11The conceptual content topic configuration files are being generated.
CopyAdditionalContent12The additional content files are being copied to the help output folder.
MergeTablesOfContents13The conceptual and additional content tables of contents are being merged.
GenerateIntermediateTableOfContents14The intermediate table of contents is being generated by XslTransform.
CreateBuildAssemblerConfigs15The sandcastle.configConceptual.configBuildAssembler files are being created.
MergeCustomConfigs16Custom build component configurations are being merged into the sandcastle.config file.
BuildConceptualTopics17Conceptual help file topics are being generated by BuildAssembler.
BuildReferenceTopics18API reference help file topics are being generated by BuildAssembler.
CombiningIntermediateTocFiles19The intermediate table of content files are being merged into a single file.
ExtractingHtmlInfo20Title and keyword index information is being extracted for the HTML Help 1 TOC and index and/or website TOC.
CopyStandardHelpContent21The standard help file content (art, scripts, styles, and other standard presentation style content) is being copied to the help output folder.
GenerateHelpFormatTableOfContents22The format-specific table of contents is being generated by XslTransform.
GenerateHelpFileIndex23The help file index is being generated.
GenerateHelpProject24The help project file is being generated.
CompilingHelpFile25The help file project is being compiled.
GenerateFullTextIndex26Generate full-text index for ASP.NET website search.
CopyingWebsiteFiles27The website files are being copied to the output path.
CleanIntermediates28The temporary help project files are being removed.
Completed29The build has completed successfully.
Canceled30The build was canceled by user request.
Failed31The build failed with an unexpected error.
See Also