I'm trying to debug an MSBuild task, and I know there is some way to write to the MSBuild log from within a custom task but I forget how.
|
|
The base Task class has a
|
||
|
|
|
|
For unit testing purposes, I wrap the logger around a helper class
Nowadays I'd probably convert that into an extension method for convenience. |
||
|
|
