Full path -because paths are hard
This commit is contained in:
parent
0ce70ddb1c
commit
76c0f12c06
|
|
@ -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);
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue