MSBuild.NodeTools
MSBuild.NodeTools copied to clipboard
Remove use of HOMEDRIVE and HOMEPATH
As described in issue #47 HOMEDRIVE and HOMEPATH are volatile variables that shouldn't be used. I replace these variables with the non-volatile variable USERPROFILE.
Question: does this task also has to work in Linux systems?
fixes #47