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