baseclass / Contrib.Nuget

Extending nuget with nuget packages
MIT License
30 stars 21 forks source link

Clean does not remove the files created by Contrib.Nuget.Output #2

Closed oskaremil closed 10 years ago

oskaremil commented 10 years ago

.. it really should since the main purpose (IMHO) of using a package like this is that you have some kind of runtime loading of resources, perhaps dynamic assembly discovery and then you don't want surplus assemblies from an older version of the Nuget dependency lying around

romerod commented 10 years ago

Thanks for adding functionality.

I've fixed this issue and merged your pull request. I had the clean target commented as until now it didn't work in the rebuild scenario. Which was due to the same name of the variable "Peeked" in clean and copy.

I've published a new version of the nuget package.

oskaremil commented 10 years ago

So now Clean and Rebuild will delete the files from /output folder ? Great :+1:

romerod commented 10 years ago

exactly