typo
This commit is contained in:
parent
952fdd5a38
commit
50999bb876
|
|
@ -54,7 +54,7 @@ projectFile=''
|
|||
var targetTestDll = projectName + ".dll";
|
||||
|
||||
var runnerExe = Path.GetFullPath(Path.Combine(publishFolder, "xunit.console.exe"));
|
||||
ExecClr(runnerExe, testArgs + " " targetTestDll, publishFolder);
|
||||
ExecClr(runnerExe, testArgs + " " + targetTestDll, publishFolder);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue