Hello,
I have implemented a custom task (Subclass of Microsoft.Build.Utilities.Task) and I am looking for the best way to access MSBuild properties, such as $(TargetPath), $(ConfigurationName), $(OutDir) etc. inside the code of the task.
Is it possible without passing them explicitly?