Class BuildStepRunBeforeAttribute
Attribute that can be added to a BuildStep class to declare which other steps must be run after that build step.
Inheritance
BuildStepRunBeforeAttribute
Syntax
public sealed class BuildStepRunBeforeAttribute : BuildStepOrderAttribute, _Attribute
Constructors
BuildStepRunBeforeAttribute(Type)
Declaration
public BuildStepRunBeforeAttribute(Type type)
Parameters
| Type |
Name |
Description |
| Type |
type |
|
Methods
ToString()
Declaration
public override string ToString()
Returns
Overrides