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