In my MSBuild script I need to pass the full directory as a parameter. How can I get it?
Example: I am running the script from C:\dev, and I want a relative path, temp, so I am after C:\dev\temp.
Note: I don't know from which folder the script will be run.