Deal with that annoying file that appears after migration generation

This commit is contained in:
Jordan Dominion
2023-06-21 21:58:58 -04:00
parent f40a2c7fb7
commit 776c80416f
2 changed files with 2 additions and 0 deletions
+1
View File
@@ -17,6 +17,7 @@ artifacts/
/src/Tgstation.Server.Host/appsettings.*.json
/src/Tgstation.Server.Host/appsettings.*.yml
/src/Tgstation.Server.Host/wwwroot
/src/Tgstation.Server.Host/--applicationName
/src/Tgstation.Server.Host/ClientApp
/tools/ReleaseNotes/release_notes.md
/tools/ReleaseNotes/Properties/launchSettings.json
+1
View File
@@ -9,4 +9,5 @@ dotnet ef migrations add "MS$1" --context SqlServerDatabaseContext
dotnet ef migrations add "MY$1" --context MySqlDatabaseContext
dotnet ef migrations add "PG$1" --context PostgresSqlDatabaseContext
dotnet ef migrations add "SL$1" --context SqliteDatabaseContext
rm -f ./--applicationName # No idea why this file appears
popd