scripts update

This commit is contained in:
Dobromir Popov
2024-09-24 23:30:37 +03:00
parent 8c35f98b0d
commit 8fd4271400
3 changed files with 66 additions and 1 deletions

View File

@ -1 +1,8 @@
Update-Database -Script -StartupProjectName "GW.Web" -ProjectName GW.DomainModel
Update-Database -Script -StartupProjectName "GW.Web" -ProjectName GW.DomainModel
in VSCode:
dotnet tool restore
dotnet ef database update --startup-project GW.Web --project GW.DomainModel
dotnet ef database update --project "D:\PROJECTS\gatewayserver\GW.DomainModel\GW.DomainModel.csproj" --startup-project "D:\PROJECTS\gatewayserver\GW.Web\GW.Web.csproj" --msbuildprojectextensionspath bin\build_artifacts
trust certs: dotnet dev-certs https --trust