Disable feature.cs generate/override on build machine
Hi,
Is there a way to disable feature.cs file generation when using msbuild generation?
Some context: When using Metalama(postsharp) it seems there is some issue (most probably from Metalama's part) and the build takes significantly longer. And my assumption is because both specflow and metalama are trying to generate code on same file or one delays the other somehow.
So for performance reasons, it might make sense to generate the feature.cs files with msbuild locally but add them to source control and disable the file generation on build machine.
0
Please sign in to leave a comment.
Comments
0 comments