#1
|
|||
|
|||
Using Re-evaluate all build rules on a per project basis
I have a need to use the re-evaluate all build rules for a single build script but not for all of them. However this setting seems to be global for all build scripts. Is there a way to turn it on/off depending on the script that is running?
Thanks |
#2
|
|||
|
|||
Turn it on at the beginning of the project and off at the end using the object model (Run Script step with code of Application.Options.ReevaluateAllBuildRules = True and Application.Options.ReevaluateAllBuildRules = False).
http://www.visualbuild.com/Manual/re...leproperty.htm |
#3
|
|||
|
|||
Thank you very much for the very fast response. That is exactly what I was looking for.
Tom |
|
|