Adding AzureADNighty feed to release NuGet.config

This commit is contained in:
Pranav K 2015-01-21 17:18:50 -08:00
parent 1532abba8a
commit 938f98f7ce
1 changed files with 1 additions and 0 deletions

View File

@ -3,5 +3,6 @@
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetrelease/api/v2" />
<add key="NuGet.org" value="https://nuget.org/api/v2/" />
<add key="AzureADNighty" value="http://www.myget.org/F/azureadwebstacknightly"/>
</packageSources>
</configuration>