Compare commits

..

No commits in common. '60a380368f7341550f580173ce14a4580cb06a4b' and '50ed91c04ab19ff545ebb7f495c44e1366976e88' have entirely different histories.

@ -5,9 +5,9 @@ FROM mcr.microsoft.com/dotnet/sdk:8.0-jammy-arm64v8 AS build
WORKDIR /src WORKDIR /src
# Copy the project files # Copy the project files
COPY ./ExpediencePlugin/Expedience.Models/Expedience.Models.csproj Expedience.Models/ COPY ExpediencePlugin/Expedience.Models/Expedience.Models.csproj Expedience.Models/
COPY ./Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/ COPY Expedience.Infrastructure/Expedience.Infrastructure.csproj Expedience.Infrastructure/
COPY ./Expedience.Api/Expedience.Api.csproj Expedience.Api/ COPY Expedience.Api/Expedience.Api.csproj Expedience.Api/
# Restore the packages # Restore the packages
RUN dotnet restore Expedience.Api/Expedience.Api.csproj RUN dotnet restore Expedience.Api/Expedience.Api.csproj

Loading…
Cancel
Save