Axiom.Documentation.BuildProcess.BuildStarting C# (CSharp) Method

BuildStarting() public method

Called before the project's help build starts.
public BuildStarting ( BuildContext context ) : void
context BuildContext Provides information about the build process.
return void
        public override void BuildStarting(BuildContext context)
        {
            // Uncomment the following line to break into the debugger: 
            // System.Diagnostics.Debugger.Break();

            buildStart = DateTime.Now;
        }