Full path -because paths are hard

This commit is contained in:
Victor Hurdugaci 2015-12-18 10:08:25 -08:00
parent 0ce70ddb1c
commit 76c0f12c06
1 changed files with 1 additions and 1 deletions

View File

@ -47,7 +47,7 @@ projectFile=''
var targetTestDll = projectName + ".dll";
var runnerExe = Path.Combine(runnerFolder, "xunit.console.exe");
var runnerExe = Path.GetFullPath(Path.Combine(publishFolder, "xunit.console.exe"));
ExecClr(runnerExe, targetTestDll, publishFolder);
}
}