Update to release NuGet.config for AzureAd.

This commit is contained in:
Chris R 2015-10-29 14:49:20 -07:00
parent 53a6771fa4
commit 1db7574ad6
1 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,6 @@
<packageSources>
<add key="AspNetVNext" value="https://www.myget.org/F/aspnetcirelease/api/v3/index.json" />
<add key="NuGet" value="https://api.nuget.org/v3/index.json" />
<add key="AzureAD" value="http://www.myget.org/F/azureadwebstacknightly/api/v3/index.json" />
<add key="AzureAD" value="http://www.myget.org/F/azureadwebstackrelease/api/v3/index.json" />
</packageSources>
</configuration>