I am running into a bit of a weird issue with CCNet's Build Log and a
project I am working on.

The project is configured in ccnet.config to run an msbuild project in
it's prebuild task as well as run an msbuild file in it tasks like so:

  <prebuild>
    <msbuild>
        ...
    </msbuild>
  </prebuild>

  <tasks>
    <msbuild>
      ...
    </msbuild>
  </tasks>

Now - the project works without issue. What I am seeing though, is
that if I look into the build log for a given build, it appends the
prebuild msbuild log once, the tasks msbuild log file, and then the
tasks msbuild log file again (albeit much lower in the file, after the
list of modifications).

So - since the msbuild logs are integrated in this way, I am seeing
duplicates in my web dashboard.

Does anyone have any ideas why this would happen?

Reply via email to