Skip to content
Somatic edited this page Sep 7, 2013 · 1 revision

In order to avoid specifying your API Key inside your package you can store your API Key using command line task :

grunt nugetkey --key=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX

To store an API Key for a different source than nuget.org (NuGet Gallery) :

grunt nugetkey --key=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX --source=http://yoursourceserver.com
Clone this wiki locally