rentner modus powershell

This commit is contained in:
hydrant
2021-05-05 20:31:48 +02:00
parent dce6382182
commit f1ff482416
2 changed files with 5 additions and 2 deletions

View File

@@ -7,4 +7,6 @@
$root = $PSScriptRoot $root = $PSScriptRoot
dotnet tool update dotnet-ef --global dotnet tool update dotnet-ef --global
dotnet ef migrations add $MigrationName --project "$root\ReallifeGamemode.Database.csproj" --startup-project "$root\..\ReallifeGamemode.Server\ReallifeGamemode.Server.csproj" --configuration "Database" dotnet ef migrations add $MigrationName --project "$root\ReallifeGamemode.Database.csproj" --startup-project "$root\..\ReallifeGamemode.Server\ReallifeGamemode.Server.csproj" --configuration "Database"
pause

View File

@@ -1,4 +1,5 @@
$root = $PSScriptRoot $root = $PSScriptRoot
dotnet tool update dotnet-ef --global dotnet tool update dotnet-ef --global
dotnet ef database update --project "$root\ReallifeGamemode.Database.csproj" --startup-project "$root\..\ReallifeGamemode.Server\ReallifeGamemode.Server.csproj" --configuration "Database" dotnet ef database update --project "$root\ReallifeGamemode.Database.csproj" --startup-project "$root\..\ReallifeGamemode.Server\ReallifeGamemode.Server.csproj" --configuration "Database"
pause