Search Results for

    Show / Hide Table of Contents

    Class PreBuildVersioning

    Pre-Build step which replaces placeholders

    Inheritance
    Object
    PreBuildVersioning
    Namespace: i5.Toolkit.Core.VersionTool
    Assembly: cs.temp.dll.dll
    Syntax
    public class PreBuildVersioning : IPreprocessBuildWithReport

    Properties

    callbackOrder

    The order in which the step is integrated into the build process

    Declaration
    public int callbackOrder { get; }
    Property Value
    Type Description
    Int32

    Methods

    OnPreprocessBuild(BuildReport)

    Called when the build is preprocessed

    Declaration
    public void OnPreprocessBuild(BuildReport report)
    Parameters
    Type Name Description
    BuildReport report

    The build report

    In This Article
    Back to top i5 Toolkit Documentation