From af3a59ce0f13f97bdb84b248a2b47a21b53c755a Mon Sep 17 00:00:00 2001 From: Tyrrrz Date: Tue, 13 Apr 2021 22:22:50 +0300 Subject: [PATCH] Add NuGet.config --- Dockerfile | 1 + NuGet.config | 7 +++++++ 2 files changed, 8 insertions(+) create mode 100644 NuGet.config diff --git a/Dockerfile b/Dockerfile index 264b65a..e2567ff 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,6 +3,7 @@ FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build WORKDIR /src COPY favicon.ico ./ +COPY NuGet.config ./ COPY Directory.Build.props ./ COPY DiscordChatExporter.Core DiscordChatExporter.Core COPY DiscordChatExporter.Cli DiscordChatExporter.Cli diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..0e585fb --- /dev/null +++ b/NuGet.config @@ -0,0 +1,7 @@ + + + + + + + \ No newline at end of file