Visual Studio 2008 Post Build event -- only run on Rebuild
Posted
by Chris McKelt
on Stack Overflow
See other posts from Stack Overflow
or by Chris McKelt
Published on 2010-04-22T14:49:14Z
Indexed on
2010/04/22
16:43 UTC
Read the original article
Hit count: 347
Hi,
In Visual Studio 2008 we run a post build event which calls NANT and in turn creates our config files.
e.g.
if $(SolutionDir) == . GOTO end nant -buildfile:$(SolutionDir)default.build create..web.config
Is there a way to run this only on ReBuild?
Thanks
© Stack Overflow or respective owner