Skip to content

Commit

Permalink
fixed readme.
Browse files Browse the repository at this point in the history
  • Loading branch information
mckn committed Jul 18, 2017
1 parent 0fa4fe6 commit b8f9fbf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ http://docs.nuget.org/consume/command-line-reference#pack-command
var options = {
nuget: './path/to/nuget.exe', //./nuget.exe
outputDirectory: './nupkgs/', //./gulp-nuget/
maxBuffer: 200*1024, // [node child_process buffer](https://nodejs.org/api/child_process.html#child_process_child_process_execfile_file_args_options_callback)
maxBuffer: 200*1024, // node child_process buffer
version: '1.0.0',
basePath: './',
exclude: '**/*.designer.cs',
Expand Down Expand Up @@ -140,7 +140,7 @@ http://docs.nuget.org/consume/command-line-reference#push-command

var options = {
nuget: './path/to/nuget.exe', //./nuget.exe
maxBuffer: 200*1024, // [node child_process buffer](https://nodejs.org/api/child_process.html#child_process_child_process_execfile_file_args_options_callback)
maxBuffer: 200*1024, // node child_process buffer
source: 'http://your-nuget-feed.org',
apiKey: 'secret-key-goes-here',
timeout: '300',
Expand Down Expand Up @@ -199,7 +199,7 @@ http://docs.nuget.org/consume/command-line-reference#restore-command

var options = {
nuget: './path/to/nuget.exe', //./nuget.exe
maxBuffer: 200*1024, // [node child_process buffer](https://nodejs.org/api/child_process.html#child_process_child_process_execfile_file_args_options_callback)
maxBuffer: 200*1024, // node child_process buffer
source: 'http://your-nuget-feed.org',
configFile: '%appdata%/NuGet/nuget.config',
packagesDirectory: './packages',
Expand Down

0 comments on commit b8f9fbf

Please sign in to comment.