Skip to content

Instantly share code, notes, and snippets.

@GeorgDangl
Created November 5, 2019 08:41
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save GeorgDangl/1f0e5ceb5a121f126cd475c72e1525f2 to your computer and use it in GitHub Desktop.
Save GeorgDangl/1f0e5ceb5a121f126cd475c72e1525f2 to your computer and use it in GitHub Desktop.
Dangl.AVA NuGet Feed Example

Dangl.AVA NuGet Feed Example

This example shows you a NuGet.Config file to connect to the dangl-ava private feed on MyGet. You should add the NuGet.Config file to the root of your Visual Studio solution and use your own API key with read-only access.

<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.myget.org/F/dangl-ava/auth/<YOUR_API_KEY>/api/v3/index.json" protocolVersion="3" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment