Fix scripts

This commit is contained in:
Sergey Nazarov 2024-03-30 11:39:58 +03:00
parent 65f03d2e20
commit bb0a25727a
2 changed files with 1 additions and 2 deletions

View File

@ -1,2 +1,2 @@
export DOTNET_ENVIRONMNET=Development
export DOTNET_ENVIRONMENT=Development
dotnet ef migrations add $1

View File

@ -25,7 +25,6 @@
<Content Include="..\..\.dockerignore">
<Link>.dockerignore</Link>
</Content>
<None Remove="appsettings.json" />
<Content Include="appsettings.json">
<CopyToOutputDirectory>Always</CopyToOutputDirectory>
</Content>