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