Skip to content

Instantly share code, notes, and snippets.

@justinyoo
Created September 5, 2016 10:43
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 justinyoo/5728009ffcb2da7159997885d48a3ab9 to your computer and use it in GitHub Desktop.
Save justinyoo/5728009ffcb2da7159997885d48a3ab9 to your computer and use it in GitHub Desktop.
Testing Azure Functions
<?xml version="1.0" encoding="utf-8"?>
<configuration>
<packageSources>
<add key="nuget.org" value="https://www.nuget.org/api/v2/" />
</packageSources>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment