Add test args to dotnet-test-xunit

This commit is contained in:
Nate McMaster 2016-01-12 10:48:28 -08:00
parent dba3e55c0a
commit ec58bb7529
1 changed files with 2 additions and 2 deletions

View File

@ -44,8 +44,8 @@ projectFile=''
var runnerExe = Path.Combine(publishFolder, "dotnet-test-xunit.exe");
var targetTestDll = Path.Combine(publishFolder, projectName + ".dll");
Exec(runnerExe, targetTestDll);
Exec(runnerExe, targetTestDll + " " + testArgs);
}
}
}
}
}