How to get the value of a msbuild property from a custom task?

Posted by Oddleif on Stack Overflow See other posts from Stack Overflow or by Oddleif
Published on 2009-03-04T07:00:52Z Indexed on 2010/04/30 19:07 UTC
Read the original article Hit count: 202

Filed under:
|
|

Is there some way to access the value of a msbuild property from a custom task? I know I can send them all in, but it would be nice not to :) Trying to do this from a tfs build.

Or is there som way to access the "build script" currently running? Maybe like an object model and from there get what I need?

© Stack Overflow or respective owner

Related posts about msbuild

Related posts about property