<%@ Page Language="C#" %> 3ie NuGet Private Repository

You are running NuGet.Server v<%= typeof(NuGet.Server.DataServices.Package).Assembly.GetName().Version %>

Click ">here to view your packages.

Repository URLs In the package manager settings, add the following URL to the list of Package Sources:
<%= Helpers.GetRepositoryUrl(Request.Url, Request.ApplicationPath) %>
<% if (String.IsNullOrEmpty(ConfigurationManager.AppSettings["apiKey"])) { %> To enable pushing packages to this feed using the nuget command line tool (nuget.exe). Set the api key appSetting in web.config. <% } %> <% else { %> Use the command below to push packages to this feed using the nuget command line tool (nuget.exe). <% } %>
nuget push {package file} -s <%= Helpers.GetPushUrl(Request.Url, Request.ApplicationPath) %> {apikey}
<% if (Request.IsLocal) { %>

To add packages to the feed put package files (.nupkg files) in the folder "<% = NuGet.Server.Infrastructure.PackageUtility.PackagePhysicalPath%>".

<% } %>