this project is dead for now. I need to put some time into it.
Please let me know if you want to joni and help
It is recommended that you just use the example project as the starting base of the new NuGet server.
all settings for the nuget server are in the web config file. The most important setting is the StorageConnectionString setting.
To configure just add the AppSetting entry like:
<add key="StorageConnectionString" value="DefaultEndpointsProtocol=https;AccountName=;AccountKey=" />
- go download chocolatey
- use chocolatey to install the Nuget Command Line interface. this will allow you to use powershell to manually upload and download nuget files for testing