Exemplo n.º 1
0
 private static string GetMessage(DeployPhase phase, IServiceAction action)
 {
     return($"Deployment failed during {phase} phase while executing {action.GetType().FullName}");
 }