This commit is contained in:
Victor Hurdugaci 2015-12-18 16:16:22 -08:00
parent 952fdd5a38
commit 50999bb876
1 changed files with 1 additions and 1 deletions

View File

@ -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);
}
}
}