Remove Azure AD feed from nuget.config

Wilson packages are from our own feed.
This commit is contained in:
Praburaj 2015-02-05 16:39:44 -08:00
parent 3bf675f343
commit b5bfb5a93d
1 changed files with 0 additions and 1 deletions

View File

@ -3,6 +3,5 @@
<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>