csproj test

test
dan 2020-10-30 19:20:33 -06:00
parent 0fadf3bc21
commit 75c2e530e0
1 changed files with 1 additions and 1 deletions

View File

@ -2,7 +2,7 @@ FROM mcr.microsoft.com/dotnet/core/sdk:2.2 AS build-env
WORKDIR /app
# Copy csproj and restore as distinct layers
COPY *.csproj ./
COPY **/*.csproj ./
RUN dotnet restore
# Copy everything else and build