Welcome to Dovetail Software Blogs : Sign in | Join | Help

February 2010 - Posts

Running mklink in NAnt
Since there is not an executable for mklink , it took me a minute to figure a good solution to running mklink as a target in my build script. The NAnt has an exec task that is used for running command line targets, but it requires an executable as its Read More...