Albacore / albacore

Albacore is a professional quality suite of Rake tasks for building .NET or Mono based systems.
www.albacorebuild.net
221 stars 64 forks source link

Add ability to disable nuget's package analysis #201

Closed jonathanmorley closed 8 years ago

jonathanmorley commented 8 years ago

This is useful for Octopus Deploy packages, cuts down on logging output

haf commented 8 years ago

Doesn't this interfere with albacore picking the path of the nuget from the output?

jonathanmorley commented 8 years ago

Not sure which fetaure you mean. This should just add a parameter to the nuget pack command.

haf commented 8 years ago

I mean this line https://github.com/jonathanmorley/albacore/blob/feature/nuget-pack-analysis/lib/albacore/task_types/nugets_pack.rb#L78

haf commented 8 years ago

Ping, also; rebase needed

haf commented 8 years ago

Ping

jonathanmorley commented 8 years ago

Apologies, need to find time to get back on this

jonathanmorley commented 8 years ago

The Successfully created ... line is still present in the output

haf commented 8 years ago

Ok?

jonathanmorley commented 8 years ago

To clarify, when run in DEBUG, I can see that the package location still gets correctly picked up by albacore from the nuget pack output, with or without this flag enabled.

haf commented 8 years ago

Thanks!