|
|
|
|
@ -187,7 +187,9 @@ public abstract class AppTemplateBase : TemplateInfo
|
|
|
|
|
}
|
|
|
|
|
else
|
|
|
|
|
{
|
|
|
|
|
if (context.BuildArgs.ExtraProperties.ContainsKey(NewCommand.Options.Tiered.Long) || context.BuildArgs.ExtraProperties.ContainsKey("separate-identity-server"))
|
|
|
|
|
if (context.BuildArgs.ExtraProperties.ContainsKey(NewCommand.Options.Tiered.Long) ||
|
|
|
|
|
context.BuildArgs.ExtraProperties.ContainsKey("separate-identity-server") ||
|
|
|
|
|
context.BuildArgs.ExtraProperties.ContainsKey("separate-auth-server"))
|
|
|
|
|
{
|
|
|
|
|
steps.Add(new RemoveProjectFromSolutionStep("MyCompanyName.MyProjectName.Web.Public"));
|
|
|
|
|
}
|
|
|
|
|
|