|
#1
|
|||
|
|||
skip to a particular step?
I have a case where I want the build process to skip to a particular step in certain cases.
Is there any kind of "goto step" function available in script? |
#2
|
|||
|
|||
No, but you could use conditional build rules to do it: http://www.visualbuild.com/Manual/?buildrules.htm (also see the attached sample or the Advanced.bld sample).
|
|
|