Raised before deployment pipelines are run or at the end of execution if there are no deployment pipelines
(the event will always be raised regardless of whether there are deployment pipelines).
Syntax
public class BeforeDeployment
Properties
Extension Methods
Name |
Value |
Summary |
ThrowIfNull<BeforeDeployment>(string) |
T |
|
ToDocument<BeforeDeployment>(IContentProvider) |
IDocument |
|
ToDocument<BeforeDeployment>(IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<BeforeDeployment>(NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<BeforeDeployment>(NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|
ToDocument<BeforeDeployment>(NormalizedPath, NormalizedPath, IContentProvider) |
IDocument |
|
ToDocument<BeforeDeployment>(NormalizedPath, NormalizedPath, IEnumerable<KeyValuePair<string, object>>, IContentProvider) |
IDocument |
|