Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 860 Bytes

README.md

File metadata and controls

23 lines (15 loc) · 860 Bytes

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

Nuget.Server.AzureStorage

Getting started

It is recommended that you just use the example project as the starting base of the new NuGet server.

Configuration

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=" />

Dev SetUp

  1. go download chocolatey
  2. 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