We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6d7c47e + 0d81431 commit b0e6bd2Copy full SHA for b0e6bd2
aspnet-core/src/AbpCompanyName.AbpProjectName.Migrator/Program.cs
@@ -29,8 +29,11 @@ public static void Main(string[] args)
29
migrateExecuter.Object.Run(_skipConnVerification);
30
}
31
32
- Console.WriteLine("Press ENTER to exit...");
33
- Console.ReadLine();
+ if (!_skipConnVerification)
+ {
34
+ Console.WriteLine("Press ENTER to exit...");
35
+ Console.ReadLine();
36
+ }
37
38
39
0 commit comments