Import/Reference external nuget.config file? #13243
Unanswered
Rand-Random
asked this question in
Q&A
Replies: 1 comment
-
Also couldn't find an environment variable, or a setting (on a windows machine) where I could set a custom/external file to look up. On Mac/Linux it seems I could use Is there really no way, to have 1 shared |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Is it possible to import an external nuget.config into a config file?
for example:
In a random location
c:\dummy\nuget.config
or unc path\\mydevhome\\nuget.cofig
, I have this simple configon my machine in file
%appdata%\NuGet\NuGet.Config
, I would like to say import the above file and merge the settingsIdea is to have a nuget.config which can be configured globally and everyone who imported the file will get the changes.
similar how on msbuild and tasks can use Import Task
https://learn.microsoft.com/en-us/visualstudio/msbuild/import-element-msbuild?view=vs-2022
Beta Was this translation helpful? Give feedback.
All reactions