Hello,<br /><br />I've got the latest version of nuget.exe and I'm trying to take advantage of the multiple nuget.config files.<br /><br />For some reason, nuget keeps using the feeds listed in the nuget.config file that is in my %appdata% folder. It ignores any other nuget.config files, including the one in my .nuget folder.<br /><br />This is what the one in my .nuget folder looks like:<br /><br /><?xml version="1.0" encoding="utf-8"?><br /><configuration><br /> <solution><br /> <add key="disableSourceControlIntegration" value="true" /><br /> </solution><br /> <packageSources><br /> <add key="Official project team source" value="http://teamserver/api/v2/" /><br /> </packageSources><br /> <disabledPackageSources /><br /> <activePackageSource><br /> <add key="Official project team source" value="http://teamserver/api/v2/" /><br /> </activePackageSource><br /></configuration><br /><br />Is there something i'm doing wrong ?
Comments: basically, when I type 'nuget sources ' in the dialog box, I see the sources that are defined in the nuget.config located in my %appdata% folder. I did restart VS without noticing any differences. my new sources are not showing up, and if I try enabling/disabling existing sources, this has no effects at all.
Comments: basically, when I type 'nuget sources ' in the dialog box, I see the sources that are defined in the nuget.config located in my %appdata% folder. I did restart VS without noticing any differences. my new sources are not showing up, and if I try enabling/disabling existing sources, this has no effects at all.