Exit process if migration is execute (for sidecar deployment)
This commit is contained in:
@@ -37,6 +37,7 @@ namespace Test01
|
||||
if (!string.IsNullOrEmpty(enableMigration))
|
||||
{
|
||||
MigrationData.EnsureMigration(host.Services);
|
||||
return;
|
||||
}
|
||||
|
||||
var enableSeedApplicationDb = Convert.ToBoolean(config.GetSection("EnableSeedApplicationDb").Value);
|
||||
|
||||
Reference in New Issue
Block a user