From 14c70888e4af6d0abf16869fe86a5c023f0a3026 Mon Sep 17 00:00:00 2001 From: Rok Rejc Date: Mon, 8 Jun 2026 13:07:56 +0200 Subject: [PATCH] Add nuget config and add local-packages directory to it --- src/.gitignore | 2 +- src/Rsdo.Concordancer.sln | 6 ++++++ src/nuget.config | 6 ++++++ 3 files changed, 13 insertions(+), 1 deletion(-) create mode 100644 src/nuget.config diff --git a/src/.gitignore b/src/.gitignore index 34c8dee..26ab8f4 100644 --- a/src/.gitignore +++ b/src/.gitignore @@ -207,7 +207,7 @@ PublishScripts/ *.nuget.targets # Nuget personal access tokens and Credentials -nuget.config +# nuget.config # Microsoft Azure Build Output csx/ diff --git a/src/Rsdo.Concordancer.sln b/src/Rsdo.Concordancer.sln index abc14fc..a652314 100644 --- a/src/Rsdo.Concordancer.sln +++ b/src/Rsdo.Concordancer.sln @@ -24,6 +24,12 @@ Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rsdo.Concordancer.Data", "c EndProject Project("{FAE04EC0-301F-11D3-BF4B-00C04F79EFBC}") = "Rsdo.Concordancer.SystemManager", "apps\Rsdo.Concordancer.SystemManager\Rsdo.Concordancer.SystemManager.csproj", "{41B26AD1-C0A5-4796-95D0-CB84FB574A83}" EndProject +Project("{2150E333-8FDC-42A3-9474-1A3956D46DE8}") = "Solution Items", "Solution Items", "{0BC9D8CB-3F46-40F4-B769-E2605F03E0F6}" + ProjectSection(SolutionItems) = preProject + nuget.config = nuget.config + .gitignore = .gitignore + EndProjectSection +EndProject Global GlobalSection(SolutionConfigurationPlatforms) = preSolution Debug|Any CPU = Debug|Any CPU diff --git a/src/nuget.config b/src/nuget.config new file mode 100644 index 0000000..a6e71a4 --- /dev/null +++ b/src/nuget.config @@ -0,0 +1,6 @@ + + + + + +