Skip to content

kevinhillinger/Nuget.Server.AzureStorage

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

77 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

A Azure storage provider for NuGet Server

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 93.7%
  • Classic ASP 6.1%
  • Batchfile 0.2%