Syntax like:
goodget --pack [nuspec] [feed | lastVersion ] <parameters to send to nuget pack>
where [nuspec] will include the static version and package id, [feed] is the feed it are to be published too, where we checki for latest.
Example:
goodget --pack Starcounter.Starbits.nuspec -feed myget.org/f/starcounter
Output:
Packiing package Foo, with static version 1.2.3-alpha...
last installed version of Starbits 1.2.3-alpha is 00034
Creating version 1.2.3-alpha00035...
Done
Syntax like:
goodget --pack [nuspec] [feed | lastVersion ] <parameters to send to nuget pack>where [nuspec] will include the static version and package id, [feed] is the feed it are to be published too, where we checki for latest.
Example: