Skip to content

Instantly share code, notes, and snippets.

@sirkirby
Created February 24, 2014 18:42
Show Gist options
  • Save sirkirby/9194285 to your computer and use it in GitHub Desktop.
Save sirkirby/9194285 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<clear/>
<add key="MyPrivateFeed" value="https://www.myget.org/F/privatefeed/" />
<add key="Official" value="http://nuget.org/api/v2/" />
</packageSources>
<packageSourceCredentials>
<MyPrivateFeed>
<add key="Username" value="readonlyuser" />
<add key="ClearTextPassword" value="readonlypassword" />
</MyPrivateFeed>
</packageSourceCredentials>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment