api bll fix
This commit is contained in:
@@ -8,6 +8,7 @@ FROM 10.99.253.167:8090/dotnet/sdk:7.0 AS build
|
|||||||
WORKDIR /src
|
WORKDIR /src
|
||||||
COPY ["NuGet.config", "."]
|
COPY ["NuGet.config", "."]
|
||||||
COPY ["PARR.API/PARR.API.csproj", "PARR.API/"]
|
COPY ["PARR.API/PARR.API.csproj", "PARR.API/"]
|
||||||
|
COPY ["PARR.BLL/PARR.BLL.csproj", "PARR.BLL/"]
|
||||||
COPY ["PARR.DAL/PARR.DAL.csproj", "PARR.DAL/"]
|
COPY ["PARR.DAL/PARR.DAL.csproj", "PARR.DAL/"]
|
||||||
RUN dotnet restore "PARR.API/PARR.API.csproj"
|
RUN dotnet restore "PARR.API/PARR.API.csproj"
|
||||||
COPY . .
|
COPY . .
|
||||||
|
|||||||
Reference in New Issue
Block a user