diff --git a/src/Nocr.TextMatcher.Migrator/AddMigration.sh b/src/Nocr.TextMatcher.Migrator/AddMigration.sh index f6b37a3..bcd67f2 100755 --- a/src/Nocr.TextMatcher.Migrator/AddMigration.sh +++ b/src/Nocr.TextMatcher.Migrator/AddMigration.sh @@ -1,2 +1,2 @@ -export DOTNET_ENVIRONMNET=Development +export DOTNET_ENVIRONMENT=Development dotnet ef migrations add $1 diff --git a/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj b/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj index 769e9ce..2f6af26 100644 --- a/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj +++ b/src/Nocr.TextMatcher.Migrator/Nocr.TextMatcher.Migrator.csproj @@ -25,7 +25,6 @@ .dockerignore - Always