I'm getting warning in a BTDF MSBuild run like so ...
EXEC : warning : If any of the assemblies were previously loaded by a Host Instance,
it may be necessary to restart the Host Instance for changes to take effect.
[C:\Program Files (x86)\Test\1.0\Deployment\Deployment.btdfproj]
... but these are "false" warning, which just confuse things.
Is there someway to disable these and other warnings in the BTDF / MSBuild run?
I've read around and it seems that setting IgnoreStandardErrorWarningFormat
to true, and using suitable regular expressions for CustomWarningRegularExpression
and CustomErrorRegularExpression
could be the answer to this, but I can't work out how to do it
Any pointers?