grunt-nuget-restore-repository
v1.0.5
Published
Grunt task that restores nuget packages from a repository.config file.
Downloads
1
Readme
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
tonuget_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