Why does Visual Studio 2008 always build a setup project even when it is up to date? -
Why does Visual Studio 2008 always build a setup project even when it is up to date? -
for normal source code projects, when inquire visual studio build project build if considered out of date. (the documentation /build command line switch confirms this.)
however, setup projects seems visual studio builds them, regardless of whether or not dependencies date. happens simple scenario setup project contains primary output of project.
why setup projects behave way? there way alter behavior?
the setup project packaging utility, check of projects , build them if necessary, create new bundle each time run it. there no way alter behavior can see.
i set build - configuration manager not build setup projects. run build on them when wanting create/update setup.
visual-studio setup-project
Comments
Post a Comment