Ejemplo n.º 1
0
 private string ComposeMessage(string tag, Viking.Deployment.Version version) => $"Install '{tag} {version}'?";
Ejemplo n.º 2
0
 public DeploymentResult Deploy(Viking.Deployment.Version version, string tag) => Deployer.Deploy(version, tag);
Ejemplo n.º 3
0
 private bool Condition(string tag, Viking.Deployment.Version version) => true;