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?
Build/Test Issues
Extreme delays in build when post-build event included
Started by anortham on 1,671 views
Remco NCrunch Developer
#13796
27 Aug 2019 00:55 UTC
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).
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.
UPDATE: this has fixed my issue. Thanks for the help.
Edited 27 Aug 2019 18:12 UTC
Post a reply
Log in to reply.