I have an internal package feed that requires configuration in the NuGet.config. However because NuGetForUnity uses it's own NuGet.config, I'm unable to add the package feed without either committing it to the repository or ignoring the entire file. Is there a way it can use the system level NuGet.config, which is already configured for our internal package feeds for other applications, or some other way that I can avoid sharing credentials?
Description
I have an internal package feed that requires configuration in the NuGet.config. However because NuGetForUnity uses it's own NuGet.config, I'm unable to add the package feed without either committing it to the repository or ignoring the entire file. Is there a way it can use the system level NuGet.config, which is already configured for our internal package feeds for other applications, or some other way that I can avoid sharing credentials?