From 7a1e75dc0b430627b5176dc8bcf528174b43e91f Mon Sep 17 00:00:00 2001 From: Eric Erhardt Date: Wed, 13 Apr 2022 14:57:16 -0500 Subject: [PATCH] Fix CI build Ensure main's CI build only uses nuget.org feed. Since main represents the latest released version, only public packages on nuget.org should be needed. --- NuGet.config | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 NuGet.config diff --git a/NuGet.config b/NuGet.config new file mode 100644 index 0000000..6aa631e --- /dev/null +++ b/NuGet.config @@ -0,0 +1,14 @@ + + + + + + + + + + + + + + \ No newline at end of file