baseclass / Contrib.Nuget

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

Fixed nupkg unpacking for parallel compilation #4

Closed topas closed 10 years ago

topas commented 10 years ago
romerod commented 10 years ago

Thanks for the pull request, sorry for the late reply.

Could you add a check to see if the existing file is older than the one to be copied?


Von: Tomáš Pastorekmailto:notifications@github.com Gesendet: ‎02.‎04.‎2014 19:43 An: baseclass/Contrib.Nugetmailto:Contrib.Nuget@noreply.github.com Betreff: [Contrib.Nuget] Fixed nupkg unpacking for parallel compilation (#4)


You can merge this Pull Request by running

git pull https://github.com/topas/Contrib.Nuget master

Or view, comment on, or merge it at:

https://github.com/baseclass/Contrib.Nuget/pull/4

Commit Summary

File Changes

Patch Links:

— Reply to this email directly or view it on GitHubhttps://github.com/baseclass/Contrib.Nuget/pull/4.

topas commented 10 years ago

Hi,

What file do you mean exactly? Nuspec file unpacks into package's directory (directory is unique per package version). If a new version of nuget package is installed, unpack will be in new directory.

Thanks.

romerod commented 10 years ago

Sorry, was looking at the change on my mobile phone, it looked like the change would affect when copying to the output path...