PipelineStepExtensions Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Extension methods for pipeline steps.
public static class PipelineStepExtensions
type PipelineStepExtensions = class
Public Module PipelineStepExtensions
- Inheritance
-
PipelineStepExtensions
Methods
| DependsOn(IEnumerable<PipelineStep>, IEnumerable<PipelineStep>) |
Makes each step in the collection depend on the specified target steps. |
| DependsOn(IEnumerable<PipelineStep>, PipelineStep) |
Makes each step in the collection depend on the specified step. |
| DependsOn(IEnumerable<PipelineStep>, String) |
Makes each step in the collection depend on the specified step name. |
| RequiredBy(IEnumerable<PipelineStep>, IEnumerable<PipelineStep>) |
Specifies that each step in the collection is required by the specified target steps. |
| RequiredBy(IEnumerable<PipelineStep>, PipelineStep) |
Specifies that each step in the collection is required by the specified step. |
| RequiredBy(IEnumerable<PipelineStep>, String) |
Specifies that each step in the collection is required by the specified step name. |