mdevilliers / SignalR.RabbitMq

MessageBus implementation using RabbitMq as the backing store.
MIT License
89 stars 40 forks source link

Nuspec includes files in 'Debug' folder in lib\Net40 #20

Closed Turtlator closed 10 years ago

Turtlator commented 10 years ago

The '**' recursive search for file sources in the nuspec includes the directories for files, resulting in the nupkg containing:

instead of:

This is causing a few problems for us because we're committing our package folders to source control but any debug/release folders are ignored meaning the dll's aren't actually committed.

mdevilliers commented 10 years ago

Thanks for the pull request - I've merged it in. If I do a new package for Nuget would you be able to test it?

Thanks,

Mark

Turtlator commented 10 years ago

Sure thing. Cheers for the quick merge.

Turtlator commented 10 years ago

Just updated from nuget and it all looks good now.

Thanks for that.