Script migration fails if directory does not exist #5535
Labels
closed-fixed
The issue has been fixed and is/will be included in the release indicated by the issue milestone.
type-bug
Milestone
Steps to reproduce
dotnet ef migrations script -o ./some/folder/that/doesnt/exist.sql
The issue
Workaround
Make the directory manually first.
The text was updated successfully, but these errors were encountered: