阅读背景:

编写使用其他自定义MSBuild任务的自定义MSBuild任务

来源:互联网 

I have written a custom MSBuild task, call it TaskA, that parses a file and does some processing on it. I now want to write another MSBUild task, call it TaskB, that uses TaskA within it. I know that I could use TaskA like a normal class and just call its execute method from TaskB. But do you think that this is plausible? Will the log messages from TaskA still be logged when TaskB is being executed? I have written a custom MSBuild task, call it T




你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: