Search Results for

    Show / Hide Table of Contents

    Class PostBuildVersionCleanup

    Clean up step that is executed after the build Resets version values which have been altered by the version tool This happens so that version control does not detect changes after the build

    Inheritance
    object
    PostBuildVersionCleanup
    Namespace: i5.Toolkit.Core.VersionTool
    Assembly: cs.temp.dll.dll
    Syntax
    public class PostBuildVersionCleanup : IPostprocessBuildWithReport

    Properties

    callbackOrder

    The position in the execution order in which this script is executed after the build

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

    Methods

    OnPostprocessBuild(BuildReport)

    Called once the build has finished Restores version project settings that have been altered by the version tool

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

    A report about the build

    In this article
    Back to top i5 Toolkit Documentation