mirror of
https://dev.azure.com/tstanciu94/Chatbot/_git/Chatbot
synced 2025-06-21 20:48:22 +03:00
Merge branch 'master' of https://dev.azure.com/tstanciu94/Chatbot/_git/Chatbot
This commit is contained in:
commit
7e489b117c
@ -8,6 +8,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:3.1-buster AS build
|
||||
WORKDIR /src
|
||||
COPY dependencies.props .
|
||||
COPY Directory.Build.props .
|
||||
COPY NuGet.config .
|
||||
COPY ["Chatbot.Api/Chatbot.Api.csproj", "Chatbot.Api/"]
|
||||
COPY ["Chatbot.Api.Domain.Data/Chatbot.Api.Domain.Data.csproj", "Chatbot.Api.Domain.Data/"]
|
||||
COPY ["Chatbot.Api.Domain/Chatbot.Api.Domain.csproj", "Chatbot.Api.Domain/"]
|
||||
|
Loading…
x
Reference in New Issue
Block a user