Browse Source

Update NewCommand.cs

pull/10363/head
Yunus Emre Kalkan 5 years ago
parent
commit
a088b3c97e
  1. 3
      framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/NewCommand.cs

3
framework/src/Volo.Abp.Cli.Core/Volo/Abp/Cli/Commands/NewCommand.cs

@ -84,8 +84,9 @@ namespace Volo.Abp.Cli.Commands
Logger.LogInformation($"'{projectName}' has been successfully created to '{projectArgs.OutputFolder}'");
//TODO: only in production!
#if !DEBUG
OpenRelatedWebPage(projectArgs, template, isTiered, commandLineArgs);
#endif
}
public string GetUsageInfo()

Loading…
Cancel
Save