|
#1
|
|||
|
|||
Vault
How do I set up a step to check and see in vault if there is any new code?
|
#2
|
|||
|
|||
#3
|
|||
|
|||
I looked in the code and don't see where it is checking for updated code.
What do I need to change to get this too work? Also when I set the perfombuild step to build the solution file it opens anouther copy of visual build. How do I avoide that? [vbld_IIf(Application.Macros(vbldMacroAll)("LAST_BU ILD_TIME") Is Nothing Or Not Application.Macros(vbldMacroAll)("BUILD_ERROR_STAT US") Is Nothing, "yes", "no")] Last edited by rfktp; 06-12-2007 at 02:55 PM. |
#4
|
|||
|
|||
Quote:
Quote:
1) The info from Help | About | Install Info 2) The .bld file 3) A build log file capturing what isn't working Quote:
|
#5
|
|||
|
|||
I looked at the Check vault And I do not see where it is updateing %NEED_TO_BUILD%
When I look at the example it needs %NEED_TO_BUILD% to be not equal to no. Where can I find this being done on the check vault step? Last edited by rfktp; 06-12-2007 at 04:06 PM. |
#6
|
|||
|
|||
Last edited by rfktp; 06-12-2007 at 04:39 PM. |
#7
|
|||
|
|||
Double-click the Check (Vault) step, then click the Script Editor+ button.
http://www.visualbuild.com/Manual/scriptevents.htm |
|
|