master
FROM mcr.microsoft.com/dotnet/core/sdk:3.0 # install cakebuild 0.35.0RUN dotnet tool install --global Cake.Tool --version 0.35.0ENV PATH="${PATH}:/root/.dotnet/tools" WORKDIR /buildCOPY . . RUN dotnet cake