test
continuous-integration/drone/push Build is failing Details

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

@ -21,6 +21,9 @@ COPY ["StubAPI/StubAPI.csproj", "StubAPI/"]
COPY ["StubbedContextLib/StubbedContextLib.csproj", "StubbedContextLib/"] COPY ["StubbedContextLib/StubbedContextLib.csproj", "StubbedContextLib/"]
RUN dotnet restore "HeartTrackAPI/HeartTrackAPI.csproj" RUN dotnet restore "HeartTrackAPI/HeartTrackAPI.csproj"
COPY . . COPY . .
RUN echo $DOTNET_ROOT
RUN echo SHOULDDOTNET_ROOT
RUN ls RUN ls
RUN dotnet tool install --global dotnet-ef RUN dotnet tool install --global dotnet-ef
# Add the migrations # Add the migrations

Loading…
Cancel
Save