Package multimedia, documentation, misc. files without a build Step
I am new to TeamCity/OctoDeploy and have several projects set up and working.
However I cant seem to find specific examples or information on how to set up a project that will monitor changes to non compiled Help type files such as: wmv, pdf, jpg, gif, htm, js, etc.
I assume I need to set up the configuration without a Build Step.
Can anyone point me to documentation on setting up this type of project?
Thanks,
Dave
Please sign in to leave a comment.
Hi,
When you attach VCS root to build configuration it starts to monitor all files in this repo. You can configure checkout rules, but now wildcard are not supported. Please watch and vote for this issue http://youtrack.jetbrains.com/issue/TW-3460.
If you want to run such build (it could be without build steps) only when changes occur in specific files, you can configure VCS trigger rules.