|
|
@ -99,6 +99,9 @@ steps:
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
image: mcr.microsoft.com/dotnet/sdk:8.0
|
|
|
|
commands:
|
|
|
|
commands:
|
|
|
|
- dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out
|
|
|
|
- dotnet publish WF_EF_Api/WfApi/WfApi.csproj -c Release -o out
|
|
|
|
|
|
|
|
- cd WF_EF_Api/StubbedContextLib
|
|
|
|
|
|
|
|
- dotnet tool install --global dotnet-ef
|
|
|
|
|
|
|
|
- dotnet ef database update
|
|
|
|
depends_on: [restore & build, test]
|
|
|
|
depends_on: [restore & build, test]
|
|
|
|
|
|
|
|
|
|
|
|
- name: deploy-api-db
|
|
|
|
- name: deploy-api-db
|
|
|
@ -190,7 +193,3 @@ steps:
|
|
|
|
|
|
|
|
|
|
|
|
ADMINS: kentinbrongniart,lenibeaulaton,kevinmondejar,louisguichard-montguers,maximerocher,tommynguyen2
|
|
|
|
ADMINS: kentinbrongniart,lenibeaulaton,kevinmondejar,louisguichard-montguers,maximerocher,tommynguyen2
|
|
|
|
depends_on: [restore & build, test, code-inspection, publish, publish-to-registry]
|
|
|
|
depends_on: [restore & build, test, code-inspection, publish, publish-to-registry]
|
|
|
|
commands:
|
|
|
|
|
|
|
|
- cd WF_EF_Api/StubbedContextLib
|
|
|
|
|
|
|
|
- dotnet tool install --global dotnet-ef
|
|
|
|
|
|
|
|
- dotnet ef database update
|
|
|
|
|
|
|
|