brentspell / NuBuild

NuGet package build system and Visual Studio project templates
GNU Lesser General Public License v3.0
44 stars 20 forks source link

Incremental build is broken #29

Open lmagyar opened 11 years ago

lmagyar commented 11 years ago

Even when the Build target's Inputs and Outputs attributes are valid (NuSources and NuTargets are perfect), it always creates a fresh new package file. I can't figure out why.

brentspell commented 11 years ago

This appears to be an issue with the VS extension only. Builds done using MSBuild are incremental.