Interface IDeploymentTarget
- Namespace
- Dassie.Extensions
- Assembly
- dc.dll
Defines a target used by the 'dc deploy' command.
public interface IDeploymentTarget
- Extension Methods
Properties
Name
The name of the deployment target.
string Name { get; }
Property Value
Methods
Execute(DeploymentContext)
The method called when the deployment target is executed.
int Execute(DeploymentContext context)
Parameters
contextDeploymentContextThe context of the deployment.
Returns
- int
An exit code indicating wheter the operation was successful.