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 |
---|---|
int |
Methods
OnPreprocessBuild(BuildReport)
Called when the build is preprocessed
Declaration
public void OnPreprocessBuild(BuildReport report)
Parameters
Type | Name | Description |
---|---|---|
Build |
report | The build report |