Is there any way to access the value of the MSBuild property from a custom task?
I know that I can send them all, but it would be nice not to do this :) I am trying to do this from the TFS assembly .
Or is there any way to access the “build script” currently running? Maybe, as an object model, and from there to get what I need?
source
share