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