Merge branch 'rel-4.3' of https://github.com/abpframework/abp into rel-4.3

pull/8507/head
Halil İbrahim Kalkan 5 years ago
commit 84630100c3

@ -89,7 +89,7 @@ namespace Volo.Abp.Cli.Commands
var preview = commandLineArgs.Options.ContainsKey(Options.Preview.Long);
if (preview)
{
Logger.LogInformation("Preview: yes if any exist for next version.");
Logger.LogInformation("Preview: yes");
}
var databaseProvider = GetDatabaseProvider(commandLineArgs);

Loading…
Cancel
Save