Is there currently a way to specify actions to be executed before the file synchronization stage of a Linux project? I’d like to run a script whenever a build is run to generate some versioning information that would itself be deployed as part of the deployment stage. I’m using the “Copy source files to remote machine method,” and unfortunately all the custom build steps seem to be run after the copy.
The easiest way to achieve that would be to disable the normal source uploading and then do it via a custom pre-build action after running your script. If this does not work, please let us know.
Thanks, that would work, although it sacrifices a lot of the convenience. Can I register a feature request of adding an “Actions before synchronization” item to the custom build steps?