WellKnownPipelineSteps 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.
Defines well-known pipeline step names used in the deployment pipeline.
public static class WellKnownPipelineSteps
type WellKnownPipelineSteps = class
Public Class WellKnownPipelineSteps
- Inheritance
-
WellKnownPipelineSteps
Fields
| Build |
The well-known step for building resources. |
| BuildPrereq |
The prerequisite step that runs before any build operations. |
| Deploy |
The meta-step that coordinates all deploy operations. All deploy steps should be required by this step. |
| DeployPrereq |
The prerequisite step that runs before any deploy operations. |
| Diagnostics |
The diagnostic step that dumps dependency graph information for troubleshooting. |
| Publish |
The meta-step that coordinates all publish operations. All publish steps should be required by this step. |
| PublishPrereq |
The prerequisite step that runs before any publish operations. |