GlitchEnzo / NuGetForUnity

A NuGet Package Manager for Unity
MIT License
3.25k stars 319 forks source link

Avoid Committing Internal Package Credentials #670

Open CDTR-MattConroy opened 1 month ago

CDTR-MattConroy commented 1 month ago

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?

CDTR-MattConroy commented 4 weeks ago

Hey @JoC0de, I appreciate you're likely busy, but is there any workaround for this in lieu of a fix?