baseclass / Contrib.Nuget

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

Fix Contrib.Nuget.Output when using old web deploy technique #21

Closed yannisgu closed 8 years ago

yannisgu commented 9 years ago

When using MSBuild web publish with the /p:OutputPath parameter as described in http://stackoverflow.com/a/24085871, the output files won't be copied to the output folder (bin). This can be solved by adding the files to the ReferenceCopyLocalPaths item. This will then also work for normal solutions and also for "normal" web publish projects.

retohugi commented 8 years ago

Hi @romerod This is a friendly reminder of this pending PR. I'd very much appreciate any feedback. AFAIK this is a good solution to improve compatibility with the web publish feature of VS.

kind regards, reto

romerod commented 8 years ago

Sorry, I wasn't able to compile with this targets file