Hello,
I'm using CC.NET 1.8. I've created a project to check for modifications on
a directory on the build server. The goal is to trigger a build when
changes are made to a file in "F:\Test". However, the project never
gets triggered on new changes even after I force a build and ensure that
the CCNet Status of the project is "Running". What am I doing wrong?
<triggers />
<sourcecontrol type="filesystem">
<repositoryRoot>F:\Test</repositoryRoot>
<autoGetSource>false</autoGetSource>
<ignoreMissingRoot>false</ignoreMissingRoot>
<checkRecursively>false</checkRecursively>
</sourcecontrol>
Thanks,