So I pulled the code and modified the Nuget.Server.TestInstance with my Azure storage account connection string then published to an Azure Web App of my choosing. I appear to have successfully published a package by modifying the automation script because it shows up when I pull down the content at this url:
1: http://nuget.myserver.com/nuget/Packages
However, when I access the following URL:
2: http://nuget.myserver.com/nuget
There are no packages to be found! Visual Studio also shows no packages. Probably because Visual Studio wants to hit URL No. 2
Any ideas why the package shows up in the */nuget/Packages list but not in the */nuget list?
So I pulled the code and modified the Nuget.Server.TestInstance with my Azure storage account connection string then published to an Azure Web App of my choosing. I appear to have successfully published a package by modifying the automation script because it shows up when I pull down the content at this url:
1: http://nuget.myserver.com/nuget/Packages
However, when I access the following URL:
2: http://nuget.myserver.com/nuget
There are no packages to be found! Visual Studio also shows no packages. Probably because Visual Studio wants to hit URL No. 2
Any ideas why the package shows up in the */nuget/Packages list but not in the */nuget list?