mirror of
https://github.com/tgstation/tgstation-server.git
synced 2026-08-25 22:17:51 +01:00
Deal with that annoying file that appears after migration generation
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user