Build/Test Issues

Extreme delays in build when post-build event included

Started by anortham on 1,671 views

I have a post build event that runs the TypeGen.Cli and this results in extreme delays and high cpu usage even though ncrunch is set to ignore post build events. Has anyone seen a similar issue?
Hi, thanks for posting.

How is this post build event specified in your project file? Is this using a build property or a custom build target? Note that NCrunch will only suppress the properties - the custom build targets must have conditions applied to them if you want them suppressed (example).
It's a target, I'll apply the condition and test. Thanks.

UPDATE: this has fixed my issue. Thanks for the help.

Edited

Post a reply

Log in to reply.