Comments
2 comments
-
I have the same problem. This is really annoying as it causes the build to take a few minutes longer than necessary.
-
We've fixed this bug in today's release (0.0.3.463). It will now only enable the clean build option for builds that use our runner, leaving all other builds untouched. You can download the fixed build from:
http://downloads.red-gate.com/EAP/openMe/openMe.zip
Let us know if you have any further problems,
David
Add comment
Please sign in to leave a comment.
Clean build enabled: removing old files from
This causes a full checkout on every build, which takes time, and automatically rechecks the "clean all files before build" in the build configuration even if it was unchecked before. Note that the plugin isn't even used in any build. Its mere presence causes this behavior. Uninstalling the RedGate plugin it from the TeamCity server resolves the problem immediately.
From TeamCity developer (at http://youtrack.jetbrains.com/issue/TW-23391):