You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I ask my Azure DevOps release pipeline to run dotnet MyCompany.MyProject.DbMigrator.dll, the task never terminates, waiting indefinitely for a SIGTERM or Ctrl+C sequence to be sent.
I understand that this is the standard behavior of ConsoleLifetime but how can I run DbMigrator unattended?
The text was updated successfully, but these errors were encountered:
@Stirda Off-topic: Would you mind sharing your yml file for the release pipeline? I am trying to get mine to work but I am confused about deploying the DbMigrator. What steps do you take? Do you first deploy the DbMigrator, execute the dotnet .dll and then deploy the website?
When I ask my Azure DevOps release pipeline to run
dotnet MyCompany.MyProject.DbMigrator.dll
, the task never terminates, waiting indefinitely for a SIGTERM or Ctrl+C sequence to be sent.I understand that this is the standard behavior of
ConsoleLifetime
but how can I run DbMigrator unattended?The text was updated successfully, but these errors were encountered: