From 9622b266f485f559f14a7bad8965d9886e321519 Mon Sep 17 00:00:00 2001 From: Iskren Chernev Date: Mon, 4 Jul 2016 00:51:28 -0700 Subject: [PATCH] Add more info about nuget setup --- tasks/nuget.js | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/tasks/nuget.js b/tasks/nuget.js index 7827b2400..bc1bf44ce 100644 --- a/tasks/nuget.js +++ b/tasks/nuget.js @@ -1,4 +1,12 @@ module.exports = function (grunt) { + // To set up on mac: + // * brew install nuget # this fetches mono + // * go to nuget.org, login, click on username (top right), copy api-key + // from the bottom + // * grunt nugetkey --key=XXXXXXXX-XXXX-XXXX-XXXX-XXXXXXXXXXXX + // * grunt nuget-publish + // + // // If this fails you might need to follow: // // http://stackoverflow.com/questions/15181888/nuget-on-linux-error-getting-response-stream -- 2.47.2