1.0.5 • Published 9 years ago

grunt-nuget-restore-repository v1.0.5

Weekly downloads
1
License
MIT
Repository
github
Last release
9 years ago

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
1.0.5

9 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago