Browse Source

Update RemoveUnnecessaryPortsStep

pull/14744/head
liangshiwei 4 years ago
parent
commit
f12fd7bd17
  1. 4
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Templates/RemoveUnnecessaryPortsStep.cs

4
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/ProjectBuilding/Templates/RemoveUnnecessaryPortsStep.cs

@ -63,8 +63,8 @@ public class RemoveUnnecessaryPortsStep : ProjectBuildPipelineStep
newlines.Add(newLine); newlines.Add(newLine);
} }
httpApiHostAppSettings.SetContent(string.Join(Environment.NewLine, newlines)); httpApiHostAppSettings.SetLines(newlines);
} }
private static void RemoveUnnecessaryDbMigratorClients(ProjectBuildContext context) private static void RemoveUnnecessaryDbMigratorClients(ProjectBuildContext context)

Loading…
Cancel
Save