grunt-nuget-restore-repository

1.0.5 • Public • Published

grunt-nuget-restore-repositories


This grunt plugin will, given a path to repositories.config, loop through all mentioned packages.config-files and run a nuget restore command for each of them.

config

nuget_restore: {
    target1: {
        src: [<path(s)-to-repository.config-file(s)>]
    }
}

Version History

1.0.5

  • Fixed a bug where done() (ending async task) would not be called, resulting in this task not finishing and also this task not being chainable.

1.0.4

  • Improved logging
  • Cleaned code up a bit

1.0.3

  • Moved grunt dependency to devDependencies

1.0.2

  • Renamed task from nuget_restore_repository to nuget_restore
  • Set the correct task name in readme file
  • Removed dependency to nuget_install package
  • Added binary in package

1.0.1

  • Updated faulty path to nuget binary

1.0.0

  • Initial version

Readme

Keywords

Package Sidebar

Install

npm i grunt-nuget-restore-repository

Weekly Downloads

0

Version

1.0.5

License

MIT

Last publish

Collaborators

  • mbaaz