NuGet setup

This section describes how to setup the NuGet protocol for Helix Artifacts.

Setup the NuGet protocol for Helix Artifacts using an XML file.

Tip

To find the information you need to populate the XML file, Browse to the repository you want to setup and select the Information button in the top right of the repository tile to view the repository details.

For example:

<?xml version="1.0" encoding="utf-8"?>
<configuration>
 <config>
  <add key="defaultPushSource"
   value="http://helix-artifacts:1604/nuget/NuGetStore/api/v2/package"/>
 </config>

 <packageSources>
  <add key="Hive Package Source"
   value="http://helix-artifacts:1604/nuget/NuGetStore/v3/index.json"
   protocolVersion="3"/>
 </packageSources>
</configuration>