ps
continuous-integration/drone/push Build is passing Details

merging_EF-API
David D'ALMEIDA 1 year ago
parent 7a8824d077
commit 98873543e9

@ -25,7 +25,9 @@ RUN echo $DOTNET_ROOT
RUN echo SHOULDDOTNET_ROOT RUN echo SHOULDDOTNET_ROOT
RUN ls RUN ls
RUN dotnet tool install --global dotnet-ef RUN dotnet tool install --global dotnet-ef --version 8.0
ENV PATH="${PATH}:/root/.dotnet/tools"
# Add the migrations # Add the migrations
RUN dotnet ef migrations add --project StubbedContextLib/ --startup-project HeartTrackAPI/ --context StubbedContextLib.TrainingStubbedContext --configuration Debug Initial --output-dir Migrations RUN dotnet ef migrations add --project StubbedContextLib/ --startup-project HeartTrackAPI/ --context StubbedContextLib.TrainingStubbedContext --configuration Debug Initial --output-dir Migrations
# Update the database # Update the database

Loading…
Cancel
Save