From 7569df0f58209b33ebc4a4ac5c36e1b3b7d8781c Mon Sep 17 00:00:00 2001 From: Jan Tattermusch Date: Fri, 12 Nov 2021 11:22:19 +0100 Subject: [PATCH] add NuGet.config to Makefile.am --- Makefile.am | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile.am b/Makefile.am index ae86b8f05d..a83f9aaf41 100644 --- a/Makefile.am +++ b/Makefile.am @@ -54,6 +54,7 @@ csharp_EXTRA_DIST= \ csharp/CHANGES.txt \ csharp/Google.Protobuf.Tools.targets \ csharp/Google.Protobuf.Tools.nuspec \ + csharp/NuGet.Config \ csharp/README.md \ csharp/build_packages.bat \ csharp/build_tools.sh \