#1
|
|||
|
|||
Reload current BLD script?
Is it possible to instruct VBP to reload the current script from disk?
I have a situation where the script will cause a source control update; but the script itself lives in source control. So if it is changed I'd like to reload it and re-run it. I'm using VBP 9.7. Thanks! |
#2
|
|||
|
|||
Not from within a build. What you could do is create a bootstrapping project that gets the latest of the main project from source control and then launches the actual build script.
|
#3
|
|||
|
|||
Thanks for the info.
This could make a nice future feature addition. Dave |
|
|