In my msbuild script I need to pass the full directory as a parameter. How can get it?
Example: I am running the script from C:\dev, 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.
.net c# msbuild
.net ×1
c# ×1
msbuild ×1