Skip to content

Commit

Permalink
Updating SemanticKernel API Dockerfile to reference SemanticKernel-ob…
Browse files Browse the repository at this point in the history
…solete
  • Loading branch information
hatboyzero committed Jan 29, 2024
1 parent 584af1b commit ccb6f08
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/dotnet/SemanticKernelAPI/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ COPY . .
RUN dotnet restore "dotnet/Common/Common.csproj"
RUN dotnet build "dotnet/Common/Common.csproj" -c Release -o /app/build

RUN dotnet restore "dotnet/SemanticKernel/SemanticKernel.csproj"
RUN dotnet build "dotnet/SemanticKernel/SemanticKernel.csproj" -c Release -o /app/build
RUN dotnet restore "dotnet/SemanticKernel-obsolete/SemanticKernel.csproj"
RUN dotnet build "dotnet/SemanticKernel-obsolete/SemanticKernel.csproj" -c Release -o /app/build

RUN dotnet restore "dotnet/SemanticKernelAPI/SemanticKernelAPI.csproj"
RUN dotnet build "dotnet/SemanticKernelAPI/SemanticKernelAPI.csproj" -c Release -o /app/build
Expand Down

0 comments on commit ccb6f08

Please sign in to comment.