![]() |
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 |
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 |
Thank you very much for the very fast response. That is exactly what I was looking for.
Tom |
All times are GMT -5. The time now is 02:46 AM. |
Copyright © 1999-2023 Kinook Software, Inc.